C# Class StateMachine, CaulsCastle

Show file Open project: TheGovernorsJunk/CaulsCastle Class Usage Examples

Public Methods

Method Description
StateMachine ( State initialState ) : System.Collections
Update ( GameObject gameObject ) : void

Method Details

StateMachine() public method

public StateMachine ( State initialState ) : System.Collections
initialState State
return System.Collections

Update() public method

public Update ( GameObject gameObject ) : void
gameObject GameObject
return void