Controls how transparency is handled.
A pixel's transparency is directly proportional to its alpha value.
Any parts with alpha above a certain cutoff (Material.alphaCutoff) will be rendered solid. Everything else is fully transparent.
The object is rendered opaque, and transparency info is discarded.
Controls how transparency is handled.