C# Class JojoKiller.StateMachineWrapper

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

Méthodes publiques

Свойство Type Description
stateMachine StateMachine

Méthodes publiques

Méthode Description
StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
execution ( ) : IState

Method Details

StateMachineWrapper() public méthode

public StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
p_stateMachine StateMachine
Résultat System.Collections

execution() public méthode

public execution ( ) : IState
Résultat IState

Property Details

stateMachine public_oe property

public StateMachine,JojoKiller stateMachine
Résultat StateMachine