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

Returns the number of rigid actors in the pruning structure.

You can use getRigidActors to retrieve the rigid actor pointers.

Number of rigid actors in the pruning structure.