Beispiel #1
0
 private void OnGUI()
 {
     if (Event.current.type != EventType.Repaint)
     {
         return;
     }
     _obj.Update();
 }