Version: 2020.2

TextureImporter.alphaTestReferenceValue

切换到手册
public float alphaTestReferenceValue ;

描述

返回或分配 Alpha 测试参考值。

Returns the reference value (also known as the alpha cutoff) used to compute values needed to preserve alpha mipmap coverage on textures. A pixel is considered to be completely transparent when this value is greater than or equal to the pixel's alpha value. Always match the alpha cutoff value used in the alpha test to avoid unexpected results.