#[unsafe(no_mangle)]pub unsafe extern "C" fn gltforge_node_child(
ptr: *const UnityGltf,
node_idx: u32,
slot: u32,
) -> u32Expand description
Return the node index of the slot-th child of node node_idx.
Returns u32::MAX if out of range.
ยงSafety
ptr must be a valid, non-null handle.