Function gltforge_node_count
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn gltforge_node_count(
ptr: *const UnityGltf,
) -> u32
Expand description
Return the total number of nodes in the document.
ยงSafety
ptr must be a valid, non-null handle.