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/ios/src/lib.rs:2543–2545 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2541
2542
#[no_mangle]
2543
pub extern
"C"
fn bloom_scene_create_node() -> f64 {
2544
engine().scene.create_node()
2545
}
2546
2547
#[no_mangle]
2548
pub extern
"C"
fn bloom_scene_destroy_node(handle: f64) {
Callers
1
createSceneNode
Function · 0.50
Calls
2
create_node
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected