SystemModuleInterface
Inherits System.
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. |
|
ecs |
Memory address to the Entity-Component-System. |
|
assetManager |
Memory address to the Asset Manager. |
|
jobSystem |
Memory address to the Job System. |
Functions
Name |
Description |
---|---|
Initialization function executed once, at program’s launch. |
|
Update function executed once per frame. |
|
Destruction function executed once, at program’s end. |
|
Returns the tracked Components. |