pub unsafe extern "C" fn PxRigidActor_getInternalActorIndex(
    self_: *const PxRigidActor
) -> u32
Expand description

Returns the internal actor index.

This is only defined for actors that have been added to a scene.

The internal actor index, or 0xffffffff if the actor is not part of a scene.