Enum EasyARSettings.ARCoreType
- Espace de noms
- easyar
- Assembly
- EasyAR.Sense.dll
Configuration du SDK ARCore.
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 = 0Le SDK ARCore distribué avec EasyAR ou AR Foundation sera inclus dans l'application, en fonction des paramètres de l'ARCore XR Plugin.
Si le SDK ARCore distribué avec EasyAR est sélectionné, les fonctionnalités ARCore ne sont disponibles que sur les appareils compatibles ARCore et disposant de Google Play Services for AR installé.
Pour plus de détails et la configuration requise par l'application, visitez 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 = 1Le SDK ARCore distribué avec EasyAR sera inclus dans l'application.
Les fonctionnalités ARCore sont disponibles uniquement sur les appareils qui prennent en charge ARCore et ont installé Google Play Services for AR.
Pour plus de détails et la configuration requise par l'application, visitez 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 = 2Le SDK ARCore distribué avec EasyAR sera inclus dans l'application.
L'application ne fonctionnera que sur les appareils compatibles ARCore et disposant de Google Play Services for AR installé.
Pour plus de détails et la configuration requise par l'application, visitez https://developers.google.com/ar/develop/java/enable-arcore .
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3ARCore SDK distribués avec EasyAR ne sera pas utilisé.