DiagnosticsController.SessionDumpOutputMode Enum¶
Description¶
Session dump status output mode.
Constant |
Value |
Description |
|---|---|---|
UI |
0 |
Display on UI and update each frame. Display 5 meters in front of eye on head mounted displays. |
Log |
1 |
Output to system log. It may have impact on performance due to log output each frame, suggest using when develop or test. |
None |
2 |
Do not output. |