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