C# Class JojoKiller.StateMachineWrapper

Inheritance: IState
Show file Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Properties

Property Type Description
stateMachine StateMachine

Public Methods

Method Description
StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
execution ( ) : IState

Method Details

StateMachineWrapper() public method

public StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
p_stateMachine StateMachine
return System.Collections

execution() public method

public execution ( ) : IState
return IState

Property Details

stateMachine public property

public StateMachine,JojoKiller stateMachine
return StateMachine