public void OnBeginDrag(PointerEventData eventData) { if (m_controlledTurret != null) { m_controlledTurret.StartTargetDrag(eventData.position); } }