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/MegaGoTrackerFrameFilter,设为Normal,这会降低apk大小。如需使用InertialCameraDeviceFrameSource/MegaGoTrackerFrameFilter,设为Full,建议在使用Mega时使用。如需使用VideoRecorder,设为VideoRecording。

[Tooltip("EasyAR Sense Android Library variant. Set to Normal if InertialCameraDevice/VideoRecording/Mega Go are not used, this will reduce your apk size. Set to Full if InertialCameraDevice/Mega Go 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库变种。

如不需使用MegaGoTrackerFrameFilter,设为Normal,这会降低ipa大小。如需使用MegaGoTrackerFrameFilter,设为Full

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

VisionOS

EasyAR Sense visionOS库变种。

如不需使用MegaGoTrackerFrameFilter,设为Normal,这会降低ipa大小。如需使用MegaGoTrackerFrameFilter,设为Full

[Tooltip("EasyAR Sense visionOS Library variant. Set to Normal if Mega Go is not used, this will reduce your ipa size. Set to Full if Mega Go is to be used.")]
public EasyARSettings.LibVariantConfig.VisionOSVariant VisionOS