Enum Supported
Represents whether a capability is supported.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum Supported
Fields
| Name | Description |
|---|---|
| Supported | The capability is supported. |
| Unknown | Support is unknown. This could be because support is still being determined. |
| Unsupported | The capability is not supported. |