Table of Contents

Interface IMaterialFeature

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll

Base interface for a material feature.

public interface IMaterialFeature : IMaterialShaderGenerator
Inherited Members
Extension Methods

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.