Enum DiagnosticsController.SessionDumpOutputMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Session state dump output mode.
public enum DiagnosticsController.SessionDumpOutputMode
Fields
UI = 0Display on UI and update frame-by-frame. On head-mounted devices, display 5 meters in front of the eyes.
Log = 1Output to system log. Since output occurs every frame, this impacts runtime performance. Recommended for use during development or testing.
None = 2No output.