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 = 0EasyAR 또는 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 = 1EasyAR와 함께 배포되는 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 = 2EasyAR와 함께 배포되는 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 = 3EasyAR와 함께 배포되는 ARCore SDK는 사용되지 않을 것입니다.