Enum EasyARSettings.ARCoreType
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
ARCore SDK-Konfiguration.
public enum EasyARSettings.ARCoreType
Felder
[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 = 0Das mit EasyAR oder AR Foundation verteilte ARCore SDK wird in der App enthalten sein, abhängig von den Einstellungen des ARCore XR Plugins.
Wenn das mit EasyAR verteilte ARCore SDK ausgewählt ist, sind ARCore-Funktionen nur auf Geräten verfügbar, die ARCore unterstützen und auf denen Google Play Services for AR installiert ist.
Weitere Details und die erforderliche Konfiguration für die Anwendung finden Sie unter 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 = 1Das mit EasyAR verteilte ARCore SDK wird in der App enthalten sein.
Wenn das mit EasyAR verteilte ARCore SDK ausgewählt ist, sind ARCore-Funktionen nur auf Geräten verfügbar, die ARCore unterstützen und auf denen Google Play Services for AR installiert ist.
Weitere Details und die erforderliche Konfiguration für die Anwendung finden Sie unter 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 = 2Das mit EasyAR verteilte ARCore SDK wird in der App enthalten sein.
Die Anwendung wird nur auf Geräten laufen können, die ARCore unterstützen und auf denen Google Play Services for AR installiert ist.
Weitere Details und die erforderliche Konfiguration für die Anwendung finden Sie unter https://developers.google.com/ar/develop/java/enable-arcore.
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3Das mit EasyAR verteilte ARCore SDK wird nicht verwendet werden.