/// <summary> /// translate the camera to the target postion upon clicking this check point /// </summary> protected override void ApplyAction() { CamMan.CameraMoveTo(Target); }