Skip to content

Debugging

mika edited this page Apr 26, 2018 · 2 revisions

Debugging

  • void Log(string msg)
    • prints message into debug log (not visible to user yet)
  • void DebugMode(bool state)
    • state = true, enable debugging console
    • user need to click small button at top left to show/hide debug log window
Clone this wiki locally