Skip to main content

gltforge_node_name

Function gltforge_node_name 

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

Return the name of node node_idx as UTF-8 bytes, or null if absent.

ยงSafety

ptr must be a valid, non-null handle. out_len may be null.