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

Function bloom_scene_node_count

native/macos/src/lib.rs:2599–2601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2597
2598#[no_mangle]
2599pub extern "C" fn bloom_scene_node_count() -> f64 {
2600 engine().scene.node_count() as f64
2601}
2602
2603/// Debug: get vertex count for a scene node (0 if not found or empty)
2604#[no_mangle]

Callers

nothing calls this directly

Calls 2

node_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected