C# Class Ypsilon.Core.FSM.StateMapping

Show file 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 property

public Action,System EnterCall
return System.Action

ExitCall public property

public Action,System ExitCall
return System.Action

State public property

public object State
return object

Update public property

public Action Update
return Action