Enum DiagnosticsController.SessionDumpOutputMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Session state dump output mode.
public enum DiagnosticsController.SessionDumpOutputMode
Fields
UI = 0Displayed in UI and updated every frame. On the head-mounted device, displayed 5 meters in front of the eyes.
Log = 1Output to system log, which has an impact on running performance due to output every frame, and it is recommended to be used during development or testing.
None = 2No output.