Version: 2022.2
言語: 日本語

JointBreakAction2D

enumeration

マニュアルに切り替える

説明

Options for selecting which action to take when a Joint2D breaks.

変数

IgnoreWhen the Joint2D breaks, no action will be taken and Joint2D.OnJointBreak2D will not be called.
CallbackOnlyWhen the Joint2D breaks, call Joint2D.OnJointBreak2D but take no other action.
DisableWhen the Joint2D breaks, call Joint2D.OnJointBreak2D and then disable the component.
DestroyWhen the Joint2D breaks, call Joint2D.OnJointBreak2D and then destroy the component.