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に設定し、メガを使用する場合に推奨されます。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に設定し、メガを使用する場合に推奨されます。

[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