Table of Contents

Enum EasyARSettings.AREngineType

命名空間
easyar
組件
EasyAR.Sense.dll

AREngine SDK配置。

public enum EasyARSettings.AREngineType

欄位

[Tooltip("AREngineInterop is enabled. AREngine SDK distributed with EasyAR will be included in the build.")] AREngineInterop = 0

AREngineInterop可用。隨EasyAR一起分發的AREngine SDK將會被包含在應用中。

[Tooltip("AREngineInterop is enabled. AREngine SDK distributed with EasyAR will not be used.")] External = 1

AREngineInterop可用。隨EasyAR一起分發的AREngine SDK將不會使用。

[Tooltip("AREngineInterop is disabled. AREngine SDK distributed with EasyAR will not be used.")] Disabled = 2

AREngineInterop不可用。隨EasyAR一起分發的AREngine SDK將不會使用。