C# Class FiniteStateMachine

Afficher le fichier Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
EnterState ( State, stateEnter ) : void
ExitState ( State, stateExit ) : void
Stand ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void