ModuleInterface
Variables
Name |
Type |
Description |
|---|---|---|
graphicsModule |
Memory address to the Graphics Module. |
|
physicsModule |
Memory address to the Physics Module. |
|
windowModule |
Memory address to the Window Module. |
|
audioModule |
Memory address to the Audio Module. |
|
platformModule |
Memory address to the Platform Module. |
|
assetManager |
Memory address to the Asset Manager. |
|
jobSystem |
Memory address to the Job System. |
|
commandLine |
Memory address to the command line. |
|
profiler |
Memory address to the profiler. |
Functions
Name |
Description |
|---|---|
Constructs a ModuleInterface. |
|
Returns the Module’s ModuleType. |
|
Returns the Module’s name. |
|
Initialization function executed once, at program’s launch. |
|
Update function executed once per frame. |
|
Destruction function executed once, at program’s end. |
Notes
ModuleInterface is the base class of all Modules.