Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_scene_create_node
Function
bloom_scene_create_node
native/web/src/lib.rs:1447–1449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1445
1446
#[wasm_bindgen]
1447
pub fn bloom_scene_create_node() -> f64 {
1448
engine().scene.create_node()
1449
}
1450
1451
#[wasm_bindgen]
1452
pub fn bloom_scene_destroy_node(handle: f64) {
Callers
nothing calls this directly
Calls
2
create_node
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected