Class XRGeneralSettings
General settings container used to house the instance of the active settings as well as the manager instance used to load the loaders with.
Inherited Members
Namespace: UnityEngine.XR.Management
Assembly: solution.dll
Syntax
public class XRGeneralSettings : ScriptableObject
Fields
Name | Description |
---|---|
k_SettingsKey | The key used to query to get the current loader settings. |
Properties
Name | Description |
---|---|
AssignedSettings | The current active manager used to manage XR lifetime. |
InitManagerOnStart | Used to set if the manager is activated and initialized on startup. |
Instance | The current settings instance. |
Manager | The current active manager used to manage XR lifetime. |