Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ComputeKeyedBase Class

    Namespace: Stride.Rendering.Materials.ComputeColors
    Assembly: Stride.Rendering.dll

    Base interface for all computer color nodes.

    System.Object → ComputeNode → ComputeKeyedBase
    Derived from ComputeKeyedBase: ComputeTextureBase ComputeValueBase<T>

    [DataContract(Inherited = true)]
    public abstract class ComputeKeyedBase : ComputeNode, IComputeNode
    Name Description
    Properties
    Key

    Gets or sets a custom key associated to this node.

    UsedKey

    Gets or sets the used key.

    | Improve this Doc View Source

    Properties


    Key

    Gets or sets a custom key associated to this node.

    public ParameterKey Key { get; set; }
    Property Value
    Type Description
    ParameterKey

    The key.


    UsedKey

    Gets or sets the used key.

    public ParameterKey UsedKey { get; set; }
    Property Value
    Type Description
    ParameterKey

    The used key.


    Inherited Members

    ComputeNode.GetChildren(Object)
    ComputeNode.GenerateShaderSource(ShaderGeneratorContext, MaterialComputeColorKeys)

    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