Ejemplo n.º 1
0
 public void OnEndDrag(PointerEventData eventData)
 {
     Slotgroup.blocksRaycasts = true;
     IBeginDragObj            = null;
     if (Dis < 200)
     {
         transform.position = startPostion;
     }
     else
     {
         m_temDrop.OnDrop(eventData);
     }
 }