Beispiel #1
0
 void OnMouseDrag()
 {
     if (managerScript)
     {
         managerScript.OnMouseDrag(type, sr);
     }
 }