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

Function bloom_scene_set_parent

native/android/src/lib.rs:2183–2185  ·  view source on GitHub ↗
(handle: f64, parent: f64)

Source from the content-addressed store, hash-verified

2181
2182#[no_mangle]
2183pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) {
2184 engine().scene.set_parent(handle, parent);
2185}
2186
2187#[no_mangle]
2188pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {

Callers

nothing calls this directly

Calls 2

set_parentMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected