Skip to main content

gltforge_root_node_count

Function gltforge_root_node_count 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn gltforge_root_node_count( ptr: *const UnityGltf, ) -> u32
Expand description

Return the number of root nodes in the default scene.

ยงSafety

ptr must be a valid, non-null handle.