C# Class Rodrigue.Transition

Afficher le fichier Open project: benjaml/PathfindingToolUnity

Méthodes publiques

Свойство Type Description
_checkDelegate check
nextState State

Méthodes publiques

Méthode Description
Check ( ) : bool
Transition ( check myDelegate, State _nextState ) : System.Collections

Method Details

Check() public méthode

public Check ( ) : bool
Résultat bool

Transition() public méthode

public Transition ( check myDelegate, State _nextState ) : System.Collections
myDelegate check
_nextState State
Résultat System.Collections

Property Details

_checkDelegate public_oe property

public check _checkDelegate
Résultat check

nextState public_oe property

public State,Rodrigue nextState
Résultat State