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

Function bloom_scene_create_node

native/watchos/src/lib.rs:788–788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

786// ============================================================
787
788#[no_mangle] pub extern "C" fn bloom_scene_create_node() -> f64 { scene::create() as f64 }
789#[no_mangle] pub extern "C" fn bloom_scene_destroy_node(h: f64) { scene::destroy(h as u32); }
790#[no_mangle] pub extern "C" fn bloom_scene_set_visible(h: f64, v: f64) {
791 scene::set_visible(h as u32, v > 0.5);

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected