Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IMaterialFeature Interface

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

    | Improve this Doc View Source

    Properties


    Enabled

    Gets or sets a value indicating whether this IMaterialFeature is enabled.

    bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enabled; otherwise, false.


    Inherited Members

    IMaterialShaderGenerator.Visit(MaterialGeneratorContext)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Properties
      • Enabled
    • Inherited Members
    • Extension Methods

    Back to top

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