Table of Contents

Enum MegaLocationInputMode

Namespace
easyar
Assembly
EasyAR.Sense.dll

Mega location input mode.

public enum MegaLocationInputMode

Fields

Onsite = 0

Input mode for onsite use. Location data is usually obtained from the device and input to Mega, typically handled internally by FrameFilter.

Simulator = 1

Input mode for remote use. Location data needs to be simulated as onsite data and input to Mega through the corresponding interface. Optional.

FramePlayer = 2

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