C# Class TransitionAntoine, PathfindingToolUnity

Show file Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
nextState StateAntoine,
theDelegate Check,
theIndex int
theState bool

Public Methods

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

Method Details

Check() public method

public Check ( ) : StateAntoine,
return StateAntoine,

CheckCoolDown() public static method

public static CheckCoolDown ( ) : bool
return bool

GetNextState() public method

public GetNextState ( ) : StateAntoine,
return StateAntoine,

TransitionAntoine() public method

public TransitionAntoine ( Check, adelegate, StateAntoine, theNextState, int ind ) : System.Collections
adelegate Check,
theNextState StateAntoine,
ind int
return System.Collections

Property Details

nextState public property

public StateAntoine, nextState
return StateAntoine,

theDelegate public property

public Check, theDelegate
return Check,

theIndex public property

public int theIndex
return int

theState public property

public bool theState
return bool