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