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

Function bloom_scene_node_count

native/ios/src/lib.rs:2635–2637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2633
2634#[no_mangle]
2635pub extern "C" fn bloom_scene_node_count() -> f64 {
2636 engine().scene.node_count() as f64
2637}
2638
2639#[no_mangle]
2640pub extern "C" fn bloom_scene_node_vertex_count(handle: f64) -> f64 {

Callers 1

getSceneNodeCountFunction · 0.50

Calls 2

node_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected