Table of Contents

Enum EasyARSettings.ARCoreType

命名空间
easyar
程序集
EasyAR.Sense.dll

ARCore SDK配置。

public enum EasyARSettings.ARCoreType

字段

[Tooltip("Either ARCore SDK distributed with EasyAR or AR Foundation will be included in the build according to the settings of ARCore XR Plugin. If ARCore SDK distributed with EasyAR is selected, ARCore features will be activated only on ARCore supported devices that have Google Play Services for AR installed.")] ARFoundationOrOptional = 0

随EasyAR或AR Foundation一起分发的ARCore SDK将会被包含在应用中,根据ARCore XR Plugin的设置决定。

如果随EasyAR一起分发的ARCore SDK被选中,ARCore 功能只在支持ARCore并安装了Google Play Services for AR的设备上可以使用。

更多细节及应用所需要的配置请访问 https://developers.google.com/ar/develop/java/enable-arcore 。

[Tooltip("ARCore SDK distributed with EasyAR will be included in the build. ARCore features are activated only on ARCore supported devices that have Google Play Services for AR installed.")] Optional = 1

随EasyAR一起分发的ARCore SDK将会被包含在应用中。

ARCore 功能只在支持ARCore并安装了Google Play Services for AR的设备上可以使用。

更多细节及应用所需要的配置请访问 https://developers.google.com/ar/develop/java/enable-arcore 。

[Tooltip("ARCore SDK distributed with EasyAR will be included in the build. Your app will require an ARCore Supported Device that has Google Play Services for AR installed on it.")] Required = 2

随EasyAR一起分发的ARCore SDK将会被包含在应用中。

应用将只能在支持ARCore并安装了Google Play Services for AR的设备上可以运行。

更多细节及应用所需要的配置请访问 https://developers.google.com/ar/develop/java/enable-arcore 。

[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3

随EasyAR一起分发的ARCore SDK将不会使用。