Enum EasyARSettings.ARCoreType
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
ARCore SDK Configuration.
public enum EasyARSettings.ARCoreType
Fields
[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 = 0The ARCore SDK distributed with EasyAR or AR Foundation will be included in the application, depending on the settings of the ARCore XR Plugin.
If the ARCore SDK distributed with EasyAR is selected, ARCore features will only be available on devices that support ARCore and have Google Play Services for AR installed.
For more details and configuration required for the application, please visit 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 = 1The ARCore SDK distributed with EasyAR will be included in the application.
ARCore features will only be available on devices that support ARCore and have Google Play Services for AR installed.
For more details and configuration required for the application, please visit 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 = 2The ARCore SDK distributed with EasyAR will be included in the application.
The application will only run on devices that support ARCore and have Google Play Services for AR installed.
For more details and configuration required for the application, please visit https://developers.google.com/ar/develop/java/enable-arcore.
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3The ARCore SDK distributed with EasyAR will not be used.