Torque2D Reference
Public Member Functions | List of all members
SceneController Class Referenceabstract

#include <SceneController.h>

+ Inheritance diagram for SceneController:

Public Member Functions

 SceneController ()
 
virtual ~SceneController ()
 
virtual void integrate (Scene *pScene, const F32 totalTime, const F32 elapsedTime, DebugStats *pDebugStats)=0
 Integration. More...
 
virtual void renderOverlay (Scene *pScene, const SceneRenderState *pSceneRenderState, BatchRender *pBatchRenderer)=0
 

Constructor & Destructor Documentation

SceneController ( )
inline
virtual ~SceneController ( )
inlinevirtual

Member Function Documentation

virtual void integrate ( Scene pScene,
const F32  totalTime,
const F32  elapsedTime,
DebugStats pDebugStats 
)
pure virtual
virtual void renderOverlay ( Scene pScene,
const SceneRenderState pSceneRenderState,
BatchRender pBatchRenderer 
)
pure virtual

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