Class MARSXRSubsystemSettings
MARS XR Subsystems settings.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.MARS.XRSubsystem
Assembly: Unity.MARS.XRSubsystem.Editor.dll
Syntax
[Serializable]
public class MARSXRSubsystemSettings : ScriptableObject
Fields
SettingsKey
Declaration
public const string SettingsKey = "com.unity.mars-ar-foundation-providers.xr_subsystem_settings"
Field Value
| Type | Description |
|---|---|
| string |
m_BodyPrefab
Declaration
public GameObject m_BodyPrefab
Field Value
| Type | Description |
|---|---|
| GameObject |
m_BodyRootName
Declaration
public string m_BodyRootName
Field Value
| Type | Description |
|---|---|
| string |
Properties
Instance
Declaration
public static MARSXRSubsystemSettings Instance { get; }
Property Value
| Type | Description |
|---|---|
| MARSXRSubsystemSettings |