Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IMaterialStreamProvider Interface

    Namespace: Stride.Rendering.Materials
    Assembly: 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

    | Improve this Doc View Source

    Methods


    GetStreams()

    Gets the streams used by a material

    IEnumerable<MaterialStreamDescriptor> GetStreams()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<MaterialStreamDescriptor>

    IEnumerable<MaterialStream>.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation