Enum SystemState
Represents the current state of the AR system.
Namespace: UnityEngine.XR.ARFoundation
Syntax
public enum SystemState
Fields
Name | Description |
---|---|
CheckingAvailability | The system is checking for the availability of AR. CheckAvailability(). |
Installing | AR software is being installed. Install(). |
NeedsInstall | AR is supported, but requires an additional install. Install(). |
Ready | AR is supported and ready. |
Uninitialized | The AR system has not been initialized. Availability is unknown. CheckAvailability(). |
Unsupported | AR is not supported on the current device. |