C# Class PoulpeStateMachine, PathfindingToolUnity

Inheritance: PoulpeState
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Méthode Description
PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
SetCurrentState ( PoulpeState, state ) : void
Step ( ) : void

Method Details

PoulpeStateMachine() public méthode

public PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
CurrentState PoulpeState,
Résultat System.Collections

SetCurrentState() public méthode

public SetCurrentState ( PoulpeState, state ) : void
state PoulpeState,
Résultat void

Step() public méthode

public Step ( ) : void
Résultat void