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