pub unsafe extern "C" fn PxJoint_setBreakForce_mut(
self_: *mut PxJoint,
force: f32,
torque: f32,
)Expand description
set the break force for this joint.
if the constraint force or torque on the joint exceeds the specified values, the joint will break, at which point it will not constrain the two actors and the flag PxConstraintFlag::eBROKEN will be set. The force and torque are measured in the joint frame of the first actor