Unity 如何检测鼠标双击事件 代码如下: 1 void OnGUI){ 2 Event e=Event.current; 3 ife.isMouse&&e.clickCount==2)) 4 Debug.Log”用户双击了鼠标”); 5 }