MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / compound_begin

Method compound_begin

native/shared/src/physics_jolt.rs:157–159  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn compound_begin(&mut self) {
158 self.compound_children.clear();
159 }
160 #[allow(clippy::too_many_arguments)]
161 pub fn compound_add_child(&mut self,
162 shape_h: f64,

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected