Enum VisionOSSettings.ImmersionStyle
The ImmersionStyle for a given ImmersiveSpace. These enums correspond to their equivalently named Apple APIs. Refer to Apple Developer documentation for more information.
Namespace: UnityEditor.XR.VisionOS
Assembly: Unity.XR.VisionOS.Editor.dll
Syntax
public enum VisionOSSettings.ImmersionStyle
Fields
Name | Description |
---|---|
Automatic | The default immersion style. It currently defaults to Mixed. |
Full | Displays unbounded content that completely replaces passthrough. |
Mixed | Displays unbounded content mixed with passthrough. |
Progressive | Displays unbounded content that partially replaces passthrough. |