Enum Supported
Used to indicate whether a feature or capability is supported.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum Supported
Fields
Name | Description | Value |
---|---|---|
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. |