pub unsafe extern "C" fn PxUserControllerHitReport_onShapeHit_mut(
    self_: *mut PxUserControllerHitReport,
    hit: *const PxControllerShapeHit
)
Expand description

Called when current controller hits a shape.

This is called when the CCT moves and hits a shape. This will not be called when a moving shape hits a non-moving CCT.