Image image = GetComponent<Image>(); image.alphaHitTestMinimumThreshold = 0.1f;
图片要求, 透明图片设置为精灵图, 不透明区域要填充整张图片, 当图片不符合要求时 , 可以用精灵图片的剪裁工具, 处理 。
原文地址:https://www.cnblogs.com/G993/p/11679041.html
时间: 2024-11-13 06:53:28
Image image = GetComponent<Image>(); image.alphaHitTestMinimumThreshold = 0.1f;
图片要求, 透明图片设置为精灵图, 不透明区域要填充整张图片, 当图片不符合要求时 , 可以用精灵图片的剪裁工具, 处理 。
原文地址:https://www.cnblogs.com/G993/p/11679041.html