IMaterialFeature Interface
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
Base interface for a material feature.
public interface IMaterialFeature : IMaterialShaderGenerator
Name | Description | |
---|---|---|
Properties | ||
Enabled | Gets or sets a value indicating whether this IMaterialFeature is enabled. |
Properties
Enabled
Gets or sets a value indicating whether this IMaterialFeature is enabled.
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|