C# Class Rodrigue.Transition

Datei anzeigen Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
_checkDelegate check
nextState State

Public Methods

Method Description
Check ( ) : bool
Transition ( check myDelegate, State _nextState ) : System.Collections

Method Details

Check() public method

public Check ( ) : bool
return bool

Transition() public method

public Transition ( check myDelegate, State _nextState ) : System.Collections
myDelegate check
_nextState State
return System.Collections

Property Details

_checkDelegate public_oe property

public check _checkDelegate
return check

nextState public_oe property

public State,Rodrigue nextState
return State