Exemplo n.º 1
0
 private void OnMouseOver()
 {
     if (Input.touchCount > 0)
     {
         GestureDetector.AddCube(this);
     }
 }