这个问题目前还没有找到完美的解决方案,目前只能通过GUIUtility.hotControl来侦测是否点击到面板上
if(Input.GetMouseButton(0) && GUIUtility.hotControl ==1)