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