Esempio n. 1
0
 void OnGUI()
 {
     if (cam == null)
     {
         return;
     }
     debugView.OnGUI(cam);
 }
Esempio n. 2
0
 void OnGUI()
 {
     debugView.OnGUI(cam);
 }