pub unsafe extern "C" fn PxSimulationEventCallback_onConstraintBreak_mut(
    self_: *mut PxSimulationEventCallback,
    constraints: *mut PxConstraintInfo,
    count: u32
)
Expand description

This is called when a breakable constraint breaks.

The user should not release the constraint shader inside this call!

No event will get reported if the constraint breaks but gets deleted while the time step is still being simulated.