ugui 点击物品后建立实例并拖拽

using UnityEngine; using System.Collections; using UnityEngine.EventSystems; using UnityEngine.UI; public class UIDragAble : MonoBehaviour ,IBeginDragHandler, IDragHandler , IEndDragHandler{     RectT
相关文章
相关标签/搜索