C# Class MainStateMachineWill, PathfindingToolUnity

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

Méthodes publiques

Свойство Type Description
states List

Méthodes publiques

Méthode Description
MainStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
MainStateMachineWill ( int id, StateWill, state ) : System.Collections
changeState ( StateWill, newState ) : void
execute ( ) : StateWill,

Method Details

MainStateMachineWill() public méthode

public MainStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
id int
listState List
indexFirstState int
Résultat System.Collections

MainStateMachineWill() public méthode

public MainStateMachineWill ( int id, StateWill, state ) : System.Collections
id int
state StateWill,
Résultat System.Collections

changeState() public méthode

public changeState ( StateWill, newState ) : void
newState StateWill,
Résultat void

execute() public méthode

public execute ( ) : StateWill,
Résultat StateWill,

Property Details

states public_oe property

public List states
Résultat List