Table of Contents

Class EasyARSettings.LibVariantConfig

네임스페이스
easyar
어셈블리
EasyAR.Sense.dll

EasyAR Sense 라이브러리 변형 구성.

[Serializable]
public class EasyARSettings.LibVariantConfig
상속
EasyARSettings.LibVariantConfig

필드

Android

EasyAR Sense Android 라이브러리 변형.

InertialCameraDeviceFrameSource/VideoRecorder를 사용하지 않을 경우 Normal로 설정하세요. 이렇게 하면 apk 크기가 줄어듭니다. InertialCameraDeviceFrameSource를 사용해야 하는 경우 Full로 설정하세요(Mega 사용 시 권장). VideoRecorder를 사용해야 하는 경우 VideoRecording으로 설정하세요.

[Tooltip("EasyAR Sense Android Library variant. Set to Normal if InertialCameraDevice/VideoRecording are not used, this will reduce your apk size. Set to Full if InertialCameraDevice is to be used, suggest to use in Mega. Set to VideoRecording if VideoRecorder is to be used.")]
public EasyARSettings.LibVariantConfig.AndroidVariant Android

IOS

EasyAR Sense iOS 라이브러리 변종.

InertialCameraDeviceFrameSource를 사용하지 않을 경우 Normal로 설정하면 ipa 크기가 줄어듭니다. InertialCameraDeviceFrameSource를 사용해야 하는 경우 Full로 설정하며, Mega 사용 시 권장됩니다.

[Tooltip("EasyAR Sense iOS Library variant. Set to Normal if InertialCameraDeviceFrameSource is not used, this will reduce your ipa size. Set to Full if InertialCameraDeviceFrameSource is to be used, suggest to use in Mega.")]
public EasyARSettings.LibVariantConfig.IOSVariant IOS