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