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

Function bloom_scene_set_parent

native/linux/src/lib.rs:1945–1947  ·  view source on GitHub ↗
(handle: f64, parent: f64)

Source from the content-addressed store, hash-verified

1943
1944#[no_mangle]
1945pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) {
1946 engine().scene.set_parent(handle, parent);
1947}
1948
1949#[no_mangle]
1950pub extern "C" fn bloom_scene_set_transform(handle: f64, mat_ptr: *const f64) {

Callers

nothing calls this directly

Calls 2

set_parentMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected