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