CoreEngine

* Core engine class containing engine base static functions.

Members

Static functions

changeState
void changeState(EngineState engineState)
Undocumented in source. Be warned that the author may not have intended to support it.
deinitialize
void deinitialize()

* Deinitialize core engine features.

disableVSync
void disableVSync()

*

enableVSync
void enableVSync()

*

forceShutDown
void forceShutDown(bool failure)

* Force shutdown the entire application.

initialize
void initialize()

* Initialize core engine features.

isVSyncEnabled
bool isVSyncEnabled()

*

pause
void pause()

* Pause the entire application.

resume
void resume()

* Resume the entire application.

run
void run()

* Start the main loop of the application.

shutDown
void shutDown()

* Shutdown the entire application.

Static variables

scene
Scene scene;

Meta