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 ARCore XR Plugin settings.
If the ARCore SDK distributed with EasyAR is selected, ARCore features can be used only on devices that support ARCore and have Google Play Services for AR installed.
For more details and the configuration required by the application, 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 can be used only on devices that support ARCore and have Google Play Services for AR installed.
For more details and the configuration required by the application, 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 be able to run only on devices that support ARCore and have Google Play Services for AR installed.
For more details and the configuration required by the application, 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.