IMaterialStreamProvider Interface
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
An interface to query streams used by materials.
public interface IMaterialStreamProvider
Remarks
This is not an exhaustive list but is used to allow to display a specific map in the editor.
Name | Description | |
---|---|---|
Methods | ||
GetStreams() | Gets the streams used by a material |
Methods
GetStreams()
Gets the streams used by a material
IEnumerable<MaterialStreamDescriptor> GetStreams()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<MaterialStreamDescriptor> | IEnumerable<MaterialStream>. |