TouchDown() 공개 메소드

public TouchDown ( int x, int y ) : bool
x int
y int
리턴 bool
예제 #1
0
 private void OnTouchStart(int x, int y)
 {
     Debug.WriteLine("start. location: {0},{1}", x, y);
     controller.TouchDown(x, y);
 }