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