Exemplo n.º 1
0
 bool SetRotation()
 {
     MoveMarkerManager.SetTargetRotation(initialPoint, currentPoint);
     MoveMarkerManager.IndicateRotationMoveSet();
     return(releasesControlOnAction);
 }
Exemplo n.º 2
0
 public override void HandleDragInput()
 {
     currentPoint = PlayerController.LastInputPosition;
     MoveMarkerManager.SetTargetRotation(initialPoint, currentPoint);
 }