![]() |
Murl Engine API
Version 2018.3
|
The StaticEngineFactory class to create the IEngineFactory object. More...
#include <murl_logic_i_engine_factory.h>
The StaticEngineFactory class to create the IEngineFactory object.
The StaticEngineFactory is used by the engine's core only.
Static Public Member Functions | |
static IEngineFactory * | CreateEngineFactory () |
Create the engine factory object. More... | |
static Bool | DestroyEngineFactory (IEngineFactory *&engineFactory) |
Destroy the engine factory object. More... | |
|
static |
Create the engine factory object.
|
static |
Destroy the engine factory object.
engineFactory | A reference to the engine factory pointer. After destruction the pointer is set to null. |