C# Class ActState, Game-Pattern-Unity3d

Inheritance: State
Mostrar archivo Open project: wolf96/Game-Pattern-Unity3d Class Usage Examples

Public Methods

Method Description
ActState ( GameObject _Person ) : System.Collections
Start ( ) : void
UpDate ( ) : void
handleInput ( object sender, InputEventArgs, e ) : void

Method Details

ActState() public method

public ActState ( GameObject _Person ) : System.Collections
_Person GameObject
return System.Collections

Start() public method

public Start ( ) : void
return void

UpDate() public method

public UpDate ( ) : void
return void

handleInput() public method

public handleInput ( object sender, InputEventArgs, e ) : void
sender object
e InputEventArgs,
return void