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

ARCore SDK, распространяемый с EasyAR или AR Foundation, будет включен в приложение в зависимости от настроек плагина ARCore XR.

Если выбран ARCore SDK, распространяемый с EasyAR, функции 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

ARCore SDK, распространяемый с EasyAR, будет включен в приложение.

Функции 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

ARCore SDK, распространяемый с EasyAR, будет включен в приложение.

Приложение будет работать только на устройствах, поддерживающих 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

ARCore SDK, распространяемый с EasyAR, использоваться не будет.