コード例 #1
0
 public void OnEndDrag(PointerEventData e)
 {
     DispatchEvent(GameEventType.END_CARD_DRAG, true, isDropSuccessfull);
     handView.Show(() =>
     {
         handView.canvasGroup.blocksRaycasts = true;
         _dragDropController.OnDragEnd(e, isDropSuccessfull);
     });
 }
コード例 #2
0
 public void OnEndDrag(PointerEventData e)
 {
     handView.canvasGroup.blocksRaycasts = true;
     _dragDropController.OnDragEnd(e, isDropSuccessfull);
 }