class MAGES::Bundle¶
Overview¶
A bundle of hub modules. More…
class Bundle: public ScriptableObject
{
public:
// properties
SceneGraphData GraphData;
GameObject Rig;
UserAuthenticationModule UserAuthentication;
DataContainerModule DataContainer;
InteractionSystemModule InteractionSystem;
NetworkingModule Networking;
AnalyticsModule Analytics;
DeviceManagerModule DeviceManager;
SceneGraphModule SceneGraph;
HubModule[] ExtraModules;
Theme CurrentTheme;
HubModule[] AllModules;
};
Detailed Documentation¶
A bundle of hub modules.
Properties¶
SceneGraphData GraphData
Gets or sets a value indicating the current scene graph data.
GameObject Rig
Gets or sets a value indicating the current rig.
UserAuthenticationModule UserAuthentication
Gets or sets a value indicating the current data container module.
DataContainerModule DataContainer
Gets or sets a value indicating the current data container module.
InteractionSystemModule InteractionSystem
Gets or sets a value indicating the current interaction system module.
NetworkingModule Networking
Gets or sets a value indicating the current networking module.
AnalyticsModule Analytics
Gets or sets a value indicating the current analytics module.
DeviceManagerModule DeviceManager
Gets or sets a value indicating the current device manager module.
SceneGraphModule SceneGraph
Gets or sets a value indicating the current scene graph module.
HubModule[] ExtraModules
Gets or sets a value indicating the current extra modules.
Theme CurrentTheme
Gets or sets a value indicating the current theme.
HubModule[] AllModules
Gets all modules.