C# Class TransitionAntoine, PathfindingToolUnity

显示文件 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_oe property

public StateAntoine, nextState
return StateAntoine,

theDelegate public_oe property

public Check, theDelegate
return Check,

theIndex public_oe property

public int theIndex
return int

theState public_oe property

public bool theState
return bool