Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
A sub system which can either run within the context of the engine or within the context of a scene. More...
Public Member Functions | |
void | Initialise () |
The system is initialised. | |
void | Update () |
Updates this sub system. | |
Properties | |
SubSystemType | Type [get] |
bool | IsEnabled [get, set] |
Is this subsystem enabled. | |
A sub system which can either run within the context of the engine or within the context of a scene.
void VerticesEngine.vxISubSystem.Initialise | ( | ) |
The system is initialised.
Implemented in VerticesEngine.Platform.vxAchievementManager.
void VerticesEngine.vxISubSystem.Update | ( | ) |
Updates this sub system.
Implemented in VerticesEngine.Platform.vxAchievementManager.
|
getset |
Is this subsystem enabled.
Implemented in VerticesEngine.Platform.vxAchievementManager.