pub unsafe extern "C" fn PxArticulationLink_getLinkIndex(
self_: *const PxArticulationLink,
) -> u32Expand description
Gets the low-level link index that may be used to index into members of PxArticulationCache.
The return value is only valid for articulations that are in a scene.
The low-level index, or 0xFFFFFFFF if the articulation is not in a scene.