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

Function bloom_scene_node_count

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

Source from the content-addressed store, hash-verified

2115
2116#[no_mangle]
2117pub extern "C" fn bloom_scene_node_count() -> f64 {
2118 engine().scene.node_count() as f64
2119}
2120
2121#[no_mangle]
2122pub extern "C" fn bloom_scene_node_index_count(handle: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

node_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected