pub unsafe extern "C" fn PxRigidActorExt_getRigidActorShapeLocalBoundsList(
    actor: *const PxRigidActor,
    numBounds: *mut u32
) -> *mut PxBounds3
Expand description

Gets a list of bounds based on shapes in rigid actor. This list can be used to cook/create bounding volume hierarchy though PxCooking API.