TextureImporter.alphaTestReferenceValue

Cambiar al Manual
public float alphaTestReferenceValue ;

Descripción

Returns or assigns the alpha test reference value.

Returns the reference value (also known as the alpha cutoff) used to compute values needed to preserve alpha MIP map 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.