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

Function bloom_scene_create_node

native/android/src/lib.rs:2061–2063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2059
2060#[no_mangle]
2061pub extern "C" fn bloom_scene_create_node() -> f64 {
2062 engine().scene.create_node()
2063}
2064
2065#[no_mangle]
2066pub extern "C" fn bloom_scene_destroy_node(handle: f64) {

Callers

nothing calls this directly

Calls 2

create_nodeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected