C# Class Ypsilon.Core.FSM.StateMapping

ファイルを表示 Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
EnterCall System.Action
ExitCall System.Action
State object
Update Action

Public Methods

Method Description
StateMapping ( object state ) : System

Private Methods

Method Description
DoNothing ( ) : void
DoNothing ( float frameSeconds ) : void

Method Details

StateMapping() public method

public StateMapping ( object state ) : System
state object
return System

Property Details

EnterCall public_oe property

public Action,System EnterCall
return System.Action

ExitCall public_oe property

public Action,System ExitCall
return System.Action

State public_oe property

public object State
return object

Update public_oe property

public Action Update
return Action