예제 #1
0
 private void OnGUI()
 {
     try
     {
         mGuiManager.Draw();
     }
     catch (System.Exception ex)
     {
         // Catch all here is to avoid browser crashes on exit if something becomes unstable.
         mLogger.Log(ex.ToString(), LogLevel.Error);
     }
 }
예제 #2
0
 private void OnGUI()
 {
     mManager.Draw();
 }