Table of Contents

Enum MegaLocationInputMode

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega location input mode.

public enum MegaLocationInputMode

Fields

Onsite = 0

Input mode for on-site usage scenarios. Location data is typically obtained from the device and input into Mega, and is usually processed internally by FrameFilter.

Simulator = 1

Input mode for remote usage scenarios, where location data needs to be simulated as on-site data and input into Mega via the corresponding interface. Optional.

FramePlayer = 2

Input mode when using FramePlayer. This mode is read-only.