Enum EasyARSettings.ARCoreType
- 命名空間
- easyar
- 組件
- EasyAR.Sense.dll
ARCore SDK配置。
public enum EasyARSettings.ARCoreType
欄位
[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 = 0隨EasyAR或AR Foundation一起分發的ARCore SDK將會被包含在應用中,根據ARCore XR Plugin的設置決定。
如果隨EasyAR一起分發的ARCore SDK被選中,ARCore 功能只在支持ARCore並安裝了Google Play Services for AR的設備上可以使用。
更多細節及應用所需要的配置請訪問 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 = 1隨EasyAR一起分發的ARCore SDK將會被包含在應用中。
ARCore 功能只在支持ARCore並安裝了Google Play Services for AR的設備上可以使用。
更多細節及應用所需要的配置請訪問 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 = 2隨EasyAR一起分發的ARCore SDK將會被包含在應用中。
應用將只能在支持ARCore並安裝了Google Play Services for AR的設備上可以運行。
更多細節及應用所需要的配置請訪問 https://developers.google.com/ar/develop/java/enable-arcore 。
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3隨EasyAR一起分發的ARCore SDK將不會使用。