标签:unity3d
evensystem firstselet 默认选中一个物体 拖动进去
send navegation envents 导航 键盘上下左右自动选中
trag teshold 最小拖动 有效
EventSystemTest
public class EventSystemTest:monobehavo,IpointClickHandle,————
public void OnPointerClick(PointerEventData eventData )
{
Debug.log(eventData.button)
}
放到物体上 当点击物体时 响应button 时间 可以检测到输出 鼠标的 左右中
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:unity3d
原文地址:http://blog.csdn.net/haifeng619/article/details/46840047