Table of Contents

Enum EasyARSettings.ARCoreType

Espacio de nombres
easyar
Ensayo
EasyAR.Sense.dll

Configuracion de ARCore SDK.

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 ARCore SDK distribuido con EasyAR o AR Foundation se incluira en la aplicacion, segun la configuracion de ARCore XR Plugin.

Si se selecciona el ARCore SDK distribuido con EasyAR, las funciones ARCore solo pueden usarse en dispositivos compatibles con ARCore y con Google Play Services for AR instalado.

Para mas detalles y la configuracion requerida por la aplicacion, 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 ARCore SDK distribuido con EasyAR se incluira en la aplicacion.

Las funciones ARCore solo pueden usarse en dispositivos compatibles con ARCore y con Google Play Services for AR instalado.

Para mas detalles y la configuracion requerida por la aplicacion, 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 ARCore SDK distribuido con EasyAR se incluira en la aplicacion.

La aplicacion solo podra ejecutarse en dispositivos compatibles con ARCore y con Google Play Services for AR instalado.

Para mas detalles y la configuracion requerida por la aplicacion, visite https://developers.google.com/ar/develop/java/enable-arcore .

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

El ARCore SDK distribuido con EasyAR no se usara.