Table of Contents

Class EasyARSettings.LibVariantConfig

Namespace
easyar
Assembly
EasyAR.Sense.dll

EasyAR Sense Library Variant Configuration.

[Serializable]
public class EasyARSettings.LibVariantConfig
Inheritance
EasyARSettings.LibVariantConfig

Fields

Android

EasyAR Sense Android Library Variant.

If you don't need to use InertialCameraDeviceFrameSource/VideoRecorder, set to Normal, this will reduce the size of the apk. If you need to use InertialCameraDeviceFrameSource, set to Full, it is recommended to use when using Mega. If you need to use VideoRecorder, set to 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

Field Value

IOS

EasyAR Sense iOS Library Variant.

If you don't need to use InertialCameraDeviceFrameSource, set to Normal, this will reduce the size of the ipa. If you need to use InertialCameraDeviceFrameSource, set to Full, it is recommended to use when using 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

Field Value