Table of Contents

Enum EasyARSettings.ARCoreType

Spazio dei nomi
easyar
Assembly
EasyAR.Sense.dll

Configurazione ARCore SDK.

public enum EasyARSettings.ARCoreType

Campi

[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 distribuito con EasyAR o AR Foundation verra incluso nell'applicazione, in base alle impostazioni di ARCore XR Plugin.

Se viene selezionato ARCore SDK distribuito con EasyAR, le funzionalita ARCore possono essere usate solo su dispositivi che supportano ARCore e hanno Google Play Services for AR installato.

Per maggiori dettagli e per la configurazione richiesta dall'applicazione, visitare 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 distribuito con EasyAR verra incluso nell'applicazione.

Le funzionalita ARCore possono essere usate solo su dispositivi che supportano ARCore e hanno Google Play Services for AR installato.

Per maggiori dettagli e per la configurazione richiesta dall'applicazione, visitare 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 distribuito con EasyAR verra incluso nell'applicazione.

L'applicazione potra essere eseguita solo su dispositivi che supportano ARCore e hanno Google Play Services for AR installato.

Per maggiori dettagli e per la configurazione richiesta dall'applicazione, visitare https://developers.google.com/ar/develop/java/enable-arcore .

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

ARCore SDK distribuito con EasyAR non verra usato.