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

Function bloom_scene_node_count

native/web/src/lib.rs:1524–1526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1522
1523#[wasm_bindgen]
1524pub fn bloom_scene_node_count() -> f64 {
1525 engine().scene.node_count() as f64
1526}
1527
1528#[wasm_bindgen]
1529pub fn bloom_scene_node_vertex_count(handle: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

node_countMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected