|
Nui Engine
A game engine framework
|
Core engine class for Nui Engine. More...
#include <Engine.h>
Public Member Functions | |
| Engine () | |
| Default constructor that Initializes the engine. | |
| ~Engine () | |
| Destructor that shuts down the engine. | |
| void | Run () |
| Runs the main loop of the engine. | |
| void | Quit () |
| Quits the engine. | |
| F64 | GetEngineUpTime () const noexcept |
| Returns the up time of the engine. | |
| AppBase * | GetApp () const noexcept |
| Gets the application run by the engine. | |
Core engine class for Nui Engine.
|
noexcept |
Gets the application run by the engine.
|
inlinenoexcept |
Returns the up time of the engine.