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