Version: 2022.2
言語: 日本語
public JointBreakAction2D breakAction ;

説明

The action to take when the joint breaks the breakForce or breakTorque.

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 Joint2D.OnJointBreak2D has completed. If the breakAction is changed during the Joint2D.OnJointBreak2D callback then that updated action happens.

See Also: JointBreakAction2D.