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