_Engine
You can directly use an instance of this class.
Engine
Engine Singleton class. Entry point reference to access managers and to start and stop the Engine.
Constructor Summary
| Public Constructor | ||
| public |
Engine Contstructor. |
|
Method Summary
| Public Methods | ||
| public |
end() Stops the engine and cleans up code. |
|
| public |
pause() Pauses the entire engine. |
|
| public |
start() Starts the engine. |
|
| public |
unpause() Resumes to the Engine. |
|
