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

Function bloom_scene_create_node

native/linux/src/lib.rs:1920–1922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1918
1919#[no_mangle]
1920pub extern "C" fn bloom_scene_create_node() -> f64 {
1921 engine().scene.create_node()
1922}
1923
1924#[no_mangle]
1925pub 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