private void OnOrderHold() { RaycastHit hit; if (Util.GetTerrainClickLocation(out hit)) { _selectionManager.RotateMoveOrderPreview(hit.point); } }