예제 #1
0
 // When the cube is clicked it'll refer to the function in my MainScript.
 void OnMouseDown()
 {
     MainScript.ProcessClick(gameObject, myX, myY);
 }