C# Class Ypsilon.Core.FSM.StateMapping

Afficher le fichier Open project: ZaneDubya/YCPU Class Usage Examples

Méthodes publiques

Свойство Type Description
EnterCall System.Action
ExitCall System.Action
State object
Update Action

Méthodes publiques

Méthode Description
StateMapping ( object state ) : System

Private Methods

Méthode Description
DoNothing ( ) : void
DoNothing ( float frameSeconds ) : void

Method Details

StateMapping() public méthode

public StateMapping ( object state ) : System
state object
Résultat System

Property Details

EnterCall public_oe property

public Action,System EnterCall
Résultat System.Action

ExitCall public_oe property

public Action,System ExitCall
Résultat System.Action

State public_oe property

public object State
Résultat object

Update public_oe property

public Action Update
Résultat Action