Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


alphaTestReferenceValue

Returns or assigns the alpha test reference value.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public float alphaTestReferenceValue { get; set; }

Remarks

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.