- 是这样的,我有一张图,客户给的是1920*1080,但只有中间部分是按钮,是有效像素。
- 为了让空白区域点击无效。
- 需要设置如下
- 并且加上下面这句
csharp
this.GetComponent<Image>().alphaHitTestMinimumThreshold = 0.1f;
this.GetComponent<Image>().alphaHitTestMinimumThreshold = 0.1f;