| Package | com.lookbackon.AI.FSM.states |
| Interface | public interface IState |
| Implementors | StateBase |
| Property | Defined By | ||
|---|---|---|---|
| description : String | IState | ||
| Method | Defined By | ||
|---|---|---|---|
enter():void | IState | ||
exit():void | IState | ||
update(time:Number = 0):void | IState | ||
| description | property |
description:String public function get description():String public function set description(value:String):void| enter | () | method |
public function enter():void| exit | () | method |
public function exit():void| update | () | method |
public function update(time:Number = 0):voidParameters
time:Number (default = 0) |