Class VisionOSSettings
Holds settings that are used to configure the Apple visionOS XR Plug-in.
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: UnityEditor.XR.VisionOS
Assembly: solution.dll
Syntax
[Serializable]
[XRConfigurationData("Apple visionOS", "UnityEditor.XR.VisionOS.VisionOSSettings")]
public class VisionOSSettings : ScriptableObject
Properties
Name | Description |
---|---|
appMode | App mode. |
currentSettings | Get or set the VisionOSSettings to use for the Player build. |
handsTrackingUsageDescription | Hands tracking usage description (added to Info.plist). |
worldSensingUsageDescription | World sensing usage description (added to Info.plist). |
Methods
Name | Description |
---|---|
GetOrCreateSettings() | Gets the currently selected settings, or creates default settings if no VisionOSSettings have been set in Player Settings. |