pub unsafe extern "C" fn PxSceneQuerySystem_removeSQShape_mut(
self_: *mut PxSceneQuerySystem,
actor: *const PxRigidActor,
shape: *const PxShape,
)Expand description
Removes a shape from the SQ system.
The same function is used to remove either a regular shape, or a SQ compound shape.