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 = 0AREngineInterop 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 = 1AREngineInterop 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 = 2AREngineInterop is not available. The AREngine SDK distributed with EasyAR will not be used.