C# Class BreakDetector, pyramidwarf

Inheritance: MonoBehaviour
ファイルを表示 Open project: renaudbedard/pyramidwarf

Public Properties

Property Type Description
OnDetach Action

Public Methods

Method Description
OnJointBreak ( float breakForce ) : void

Private Methods

Method Description
StopUpright ( Guy, guy ) : IEnumerator

Method Details

OnJointBreak() public method

public OnJointBreak ( float breakForce ) : void
breakForce float
return void

Property Details

OnDetach public_oe property

public Action OnDetach
return Action