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