EasyARSettings.ARCoreType Enum¶
Description¶
ARCore SDK configuration.
Constant |
Value |
Description |
---|---|---|
ARFoundationOrOptional |
0 |
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. Please visit https://developers.google.com/ar/develop/java/enable-arcore for more details and configurations required for your app. |
Optional |
1 |
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. Please visit https://developers.google.com/ar/develop/java/enable-arcore for more details and configurations required for your app. |
Required |
2 |
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. Please visit https://developers.google.com/ar/develop/java/enable-arcore for more details and configurations required for your app. |
External |
3 |
ARCore SDK distributed with EasyAR will not be used. |