C# Class PoulpeStateMachine, PathfindingToolUnity

Inheritance: PoulpeState
显示文件 Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Methods

Method Description
PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
SetCurrentState ( PoulpeState, state ) : void
Step ( ) : void

Method Details

PoulpeStateMachine() public method

public PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
CurrentState PoulpeState,
return System.Collections

SetCurrentState() public method

public SetCurrentState ( PoulpeState, state ) : void
state PoulpeState,
return void

Step() public method

public Step ( ) : void
return void