Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
NDK class that represents a state of your application. More...
Public Member Functions | |
virtual void | Enter (StateMachine &fsm)=0 |
virtual void | Leave (StateMachine &fsm)=0 |
virtual bool | Update (StateMachine &fsm, float elapsedTime)=0 |
NDK class that represents a state of your application.