Table of Contents

Enum EasyARSettings.ARCoreType

Espacio de nombres
easyar
Ensayo
EasyAR.Sense.dll

Configuración del SDK de ARCore.

public enum EasyARSettings.ARCoreType

Campos

[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

El SDK de ARCore distribuido con EasyAR o AR Foundation se incluirá en la aplicación, según la configuración del ARCore XR Plugin.

Si se selecciona el SDK de ARCore distribuido con EasyAR, las funciones de ARCore solo estarán disponibles en dispositivos que admitan ARCore y tengan instalado Google Play Services for AR.

Para más detalles y la configuración requerida para la aplicación, visite 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

El SDK de ARCore distribuido con EasyAR se incluirá en la aplicación.

Las funciones de ARCore solo estarán disponibles en dispositivos que admitan ARCore y tengan instalado Google Play Services for AR.

Para más detalles y la configuración requerida para la aplicación, visite 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

El SDK de ARCore distribuido con EasyAR se incluirá en la aplicación.

La aplicación solo se ejecutará en dispositivos que admitan ARCore y tengan instalado Google Play Services for AR.

Para más detalles y la configuración requerida para la aplicación, visite https://developers.google.com/ar/develop/java/enable-arcore.

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

El SDK de ARCore distribuido con EasyAR no se utilizará.