Unity 2d/3d 拖拽

using System.Collections; using System.Collections.Generic; using UnityEngine; //接口引用的事件系统命名空间 using UnityEngine.EventSystems; public class Test_2d : MonoBehaviour, IDragHandler,IPointerClickHandler
相关文章
相关标签/搜索