Unity3d之UGUI- Image拦截Button响应事件时间:2025-02-01 22:34:08在编辑UI的时候Image放在Button前面就会挡掉button的响应 这种情况只需要为Image添加CanvasGroup組件 按照这个属性配置就不会挡掉后面的事件了