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

Function bloom_scene_set_parent

native/macos/src/lib.rs:2529–2531  ·  view source on GitHub ↗
(handle: f64, parent: f64)

Source from the content-addressed store, hash-verified

2527
2528#[no_mangle]
2529pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) {
2530 engine().scene.set_parent(handle, parent);
2531}
2532
2533/// Set 4x4 transform matrix (16 floats passed as pointer to f64 array).
2534#[no_mangle]

Callers

nothing calls this directly

Calls 2

set_parentMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected