unity Image alphaHitTestMinimumThreshold
alphaHitTestMinimumThreshold 会根据alpha值进行判断点击
使用方法
transform.GetComponent<Image>().alphaHitTestMinimumThreshold = 0.5f;
注意: 该精灵图片必须开启读写权限
该精灵图不能打入图集中
alphaHitTestMinimumThreshold 会根据alpha值进行判断点击
使用方法
transform.GetComponent<Image>().alphaHitTestMinimumThreshold = 0.5f;
注意: 该精灵图片必须开启读写权限
该精灵图不能打入图集中