Interface IMaterialFeature
Base interface for a material feature.
public interface IMaterialFeature : IMaterialShaderGenerator
- Inherited Members
Properties
Enabled
Gets or sets a value indicating whether this IMaterialFeature is enabled.
bool Enabled { get; set; }
Property Value
- bool
true
if enabled; otherwise,false
.