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

Function bloom_get_model_material_count

native/ios/src/lib.rs:1600–1605  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

1598
1599#[no_mangle]
1600pub extern "C" fn bloom_get_model_material_count(handle: f64) -> f64 {
1601 match engine().models.get(handle) {
1602 Some(model) => model.meshes.len() as f64,
1603 None => 0.0,
1604 }
1605}
1606
1607// ============================================================
1608// CoreAudio (iOS) — RemoteIO Audio Unit

Callers 1

makeModelFunction · 0.50

Calls 2

engineFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected