Exemplo n.º 1
0
 private void onPress(GameObject go, bool isPress)
 {
     if (MyFollowCamera.delTouchDownInView != null && isPress)
     {
         MyFollowCamera.delTouchDownInView();
     }
 }
Exemplo n.º 2
0
 private void onDrag(GameObject go, Vector2 delta)
 {
     if (MyFollowCamera.delTouchDownInView != null)
     {
         MyFollowCamera.delTouchDownInView();
     }
 }