Enum ARCoreSettings.Requirement
Enum used to specify whether a feature is required or optional.
Namespace: UnityEditor.XR.ARCore
Syntax
public enum Requirement
Fields
Name | Description | Value |
---|---|---|
Required | The feature is required, which means the app cannot be installed on devices that do not support the feature. |
0 |
Optional | The feature is optional, which means the app can be installed on devices that do not support the feature. |
1 |