public override void OnMouseDrag() { if (moveController.GetMoveable()) { base.OnMouseDrag(); moveController.UpdateMovePosition(newLocation); } }