public void OnEndDrag(PointerEventData eventData) { if (draggable == null) { return; } draggable.OnEndDrag(); }