Click or drag to resize
AlphaTestMaterial Constructor (AlphaTestEffect, Boolean)
Create the material.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AlphaTestMaterial(
	AlphaTestEffect fromEffect,
	bool copyEffectProperties = true
)

Parameters

fromEffect
Type: AlphaTestEffect
Effect to create material from.
copyEffectProperties (Optional)
Type: SystemBoolean
If true, will copy initial properties from effect.
See Also