Class MaterialTransparencyCutoffFeature
A transparent cutoff material.
[DataContract("MaterialTransparencyCutoffFeature")]
[Display("Cutoff", null)]
public class MaterialTransparencyCutoffFeature : MaterialFeature, IMaterialTransparencyFeature, IMaterialFeature, IMaterialShaderGenerator
- Inheritance
-
Material
Transparency Cutoff Feature
- Implements
- Inherited Members
Constructors
MaterialTransparencyCutoffFeature()
Initializes a new instance of the Material
Properties
Alpha
Gets or sets the alpha.
Property Value
- ICompute
Scalar The alpha.
Methods
GenerateShader(MaterialGeneratorContext)
Generates the shader for the feature.
Parameters
context
MaterialGenerator Context The context.