C# Class TransitionAntoine, PathfindingToolUnity

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

Méthodes publiques

Свойство Type Description
nextState StateAntoine,
theDelegate Check,
theIndex int
theState bool

Méthodes publiques

Méthode Description
Check ( ) : StateAntoine,
CheckCoolDown ( ) : bool
GetNextState ( ) : StateAntoine,
TransitionAntoine ( Check, adelegate, StateAntoine, theNextState, int ind ) : System.Collections

Method Details

Check() public méthode

public Check ( ) : StateAntoine,
Résultat StateAntoine,

CheckCoolDown() public static méthode

public static CheckCoolDown ( ) : bool
Résultat bool

GetNextState() public méthode

public GetNextState ( ) : StateAntoine,
Résultat StateAntoine,

TransitionAntoine() public méthode

public TransitionAntoine ( Check, adelegate, StateAntoine, theNextState, int ind ) : System.Collections
adelegate Check,
theNextState StateAntoine,
ind int
Résultat System.Collections

Property Details

nextState public_oe property

public StateAntoine, nextState
Résultat StateAntoine,

theDelegate public_oe property

public Check, theDelegate
Résultat Check,

theIndex public_oe property

public int theIndex
Résultat int

theState public_oe property

public bool theState
Résultat bool