Table of Contents

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 는 사용되지 않습니다.