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

Returns the number of shapes assigned to the actor.

You can use getShapes to retrieve the shape pointers.

Number of shapes associated with this actor.