Enum XRSubsystemStartOptions
Represents the possible input arguments to XRSubsystem.TryStartAsync.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum XRSubsystemStartOptions
Fields
| Name | Description |
|---|---|
| None | No options are requested. |
| RequestPermissionsIfNeeded | The subsystem should request any necessary permissions from the platform before starting, if they aren't already granted. |