Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.vxISubSystem Interface Reference

A sub system which can either run within the context of the engine or within the context of a scene. More...

Inheritance diagram for VerticesEngine.vxISubSystem:
VerticesEngine.vxIEngineSubSystem VerticesEngine.vxISceneSubSystem VerticesEngine.Platform.vxAchievementManager

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.
 

Detailed Description

A sub system which can either run within the context of the engine or within the context of a scene.

Member Function Documentation

◆ Initialise()

void VerticesEngine.vxISubSystem.Initialise ( )

The system is initialised.

Implemented in VerticesEngine.Platform.vxAchievementManager.

◆ Update()

void VerticesEngine.vxISubSystem.Update ( )

Updates this sub system.

Implemented in VerticesEngine.Platform.vxAchievementManager.

Property Documentation

◆ IsEnabled

bool VerticesEngine.vxISubSystem.IsEnabled
getset

Is this subsystem enabled.

Implemented in VerticesEngine.Platform.vxAchievementManager.


The documentation for this interface was generated from the following file: