Enum MegaLocationInputMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Mega location input mode.
public enum MegaLocationInputMode
Fields
Onsite = 0Input mode for onsite use. Location data is usually obtained from the device and input to Mega, typically handled internally by FrameFilter.
Simulator = 1Input mode for remote use. Location data needs to be simulated as onsite data and input to Mega through the corresponding interface. Optional.
FramePlayer = 2Input mode when using FramePlayer. This mode is read-only.