breakAction
The action to take when the joint breaks the breakForce or breakTorque.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public JointBreakAction2D breakAction { get; set; }
Remarks
A joint breaks when the force a joint exerts exceeds breakForce or when the torque a joint exerts exceeds breakTorque. The joint action happens after the call to has completed. If the breakAction is changed during the callback then that updated action happens.
OnJointBreak2DOnJointBreak2DAdditional Resources: JointBreakAction2D