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