Click or drag to resize
AlphaTestMaterial Constructor (AlphaTestMaterial)
Create the material from another material instance.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AlphaTestMaterial(
	AlphaTestMaterial other
)

Parameters

other
Type: GeonBit.Core.Graphics.MaterialsAlphaTestMaterial
Other material to clone.
See Also