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