![]() |
Murl Engine API
Version 2018.3
|
The engine class used to initialize the engine. More...
#include <murl_engine.h>
The engine class used to initialize the engine.
Static Public Member Functions | |
static Bool | Init () |
Initialize the engine. More... | |
static Bool | DeInit () |
Deinitialize the engine. More... | |
|
static |
Initialize the engine.
Calls the Core::Version::Init() and the System::Init() method.
This method is intentionally static and can be used to initialize the engine's subsystems, e.g. for implementing tools with no rendering.
|
static |
Deinitialize the engine.
Calls the System::DeInit() and the Core::Version::DeInit() method.
This method is intentionally static and can be used to de-initialize the engine's subsystems, e.g. for implementing tools with no rendering.