Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Ndk::State Class Referenceabstract

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
 

Detailed Description

NDK class that represents a state of your application.


The documentation for this class was generated from the following files: