Table of Contents

Enum EasyARSettings.ARCoreType

Espace de noms
easyar
Assembly
EasyAR.Sense.dll

Configuration ARCore SDK.

public enum EasyARSettings.ARCoreType

Champs

[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 distribue avec EasyAR ou AR Foundation sera inclus dans l'application, selon les parametres de ARCore XR Plugin.

Si ARCore SDK distribue avec EasyAR est selectionne, les fonctionnalites ARCore ne peuvent etre utilisees que sur les appareils prenant en charge ARCore et ayant Google Play Services for AR installe.

Pour plus de details et la configuration requise par l'application, consultez 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 distribue avec EasyAR sera inclus dans l'application.

Les fonctionnalites ARCore ne peuvent etre utilisees que sur les appareils prenant en charge ARCore et ayant Google Play Services for AR installe.

Pour plus de details et la configuration requise par l'application, consultez 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 distribue avec EasyAR sera inclus dans l'application.

L'application ne pourra s'executer que sur les appareils prenant en charge ARCore et ayant Google Play Services for AR installe.

Pour plus de details et la configuration requise par l'application, consultez https://developers.google.com/ar/develop/java/enable-arcore .

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

ARCore SDK distribue avec EasyAR ne sera pas utilise.