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

Function bloom_scene_set_parent

native/ios/src/lib.rs:2568–2570  ·  view source on GitHub ↗
(handle: f64, parent: f64)

Source from the content-addressed store, hash-verified

2566
2567#[no_mangle]
2568pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) {
2569 engine().scene.set_parent(handle, parent);
2570}
2571
2572#[no_mangle]
2573pub extern "C" fn bloom_scene_set_transform(handle: f64, mat_ptr: *const f64) {

Callers 1

setSceneNodeParentFunction · 0.50

Calls 2

set_parentMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected