#include <KX_KetsjiEngine.h>
Inheritance diagram for KX_KetsjiEngine:
Public Methods | |
KX_KetsjiEngine (class SCA_ISystem* system) | |
virtual | ~KX_KetsjiEngine () |
Destructor of the Ketsji Engine, release all memory. More... | |
bool | Init (struct Global* glob,struct ScrArea* curarea,class RAS_ICanvas* canvas,class RAS_IRenderTools* rendertools) |
virtual int | MainLoopCallback () |
Ketsji Mainloop, this loop is synchronized in a way that the logic and physics runs the same on all computers, graphics can adept to the systems speed. More... | |
void | Run () |
void | Exit () |
void | Export (const CCString& filename) |
void | SetScene (class KX_Scene* scene) |
|
Definition at line 67 of file KX_KetsjiEngine.cpp. |
|
Destructor of the Ketsji Engine, release all memory.
Definition at line 87 of file KX_KetsjiEngine.cpp. |
|
Definition at line 445 of file KX_KetsjiEngine.cpp. Referenced by Ketsji_Start1(). |
|
|
|
Referenced by Ketsji_Start1(). |
|
Ketsji Mainloop, this loop is synchronized in a way that the logic and physics runs the same on all computers, graphics can adept to the systems speed.
Reimplemented from SCA_IMainLoop. Definition at line 108 of file KX_KetsjiEngine.cpp. |
|
Definition at line 96 of file KX_KetsjiEngine.cpp. Referenced by Ketsji_Start1(). |
|
Definition at line 461 of file KX_KetsjiEngine.cpp. Referenced by Ketsji_Start1(). |