Unity -- 物品背包的物品拖动脚本示例

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class DragGridHelper : MonoBehaviour,IBeginDragHandler, IDragHandler, IEndDragHan
相关文章
相关标签/搜索