Enum MegaLocationInputMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Mega location input mode.
public enum MegaLocationInputMode
Fields
Onsite = 0Input 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 = 1Input 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 = 2Input mode when using FramePlayer. This mode is read-only.