pub unsafe extern "C" fn PxConstraint_setBreakForce_mut(
    self_: *mut PxConstraint,
    linear: f32,
    angular: f32
)
Expand description

Set the break force and torque thresholds for this constraint.

If either the force or torque measured at the constraint exceed these thresholds the constraint will break.