Click or drag to resize
AlphaTestMaterialAlphaFunction Property
The function used to decide which pixels are visible and which are not.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CompareFunction AlphaFunction { get; set; }

Property Value

Type: CompareFunction
See Also