C# Class JojoKiller.Transition

Show file Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
_state IState

Protected Properties

Property Type Description
_delegate check

Public Methods

Method Description
Transition ( check myDelegate, IState state ) : System
check ( ) : IState

Method Details

Transition() public method

public Transition ( check myDelegate, IState state ) : System
myDelegate check
state IState
return System

check() public method

public check ( ) : IState
return IState

Property Details

_delegate protected property

protected check _delegate
return check

_state public property

public IState _state
return IState