Table of Contents

Enum EasyARSettings.AREngineType

Namespace
easyar
Assembly
EasyAR.Sense.dll

AREngine SDK configuration.

public enum EasyARSettings.AREngineType

Fields

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

AREngineInterop is available. The AREngine SDK distributed with EasyAR will be included in the application.

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

AREngineInterop is available. The AREngine SDK distributed with EasyAR will not be used.

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

AREngineInterop is not available. The AREngine SDK distributed with EasyAR will not be used.