Class ComputeKeyedBase
- Namespace
 - Stride.Rendering.Materials.ComputeColors
 
- Assembly
 - Stride.Rendering.dll
 
Base interface for all computer color nodes.
[DataContract(Inherited = true)]
public abstract class ComputeKeyedBase : ComputeNode, IComputeNode
  - Inheritance
 - 
      objectComputeKeyedBase
 
- Implements
 
- Derived
 
- Inherited Members
 
Properties
Key
Gets or sets a custom key associated to this node.
public ParameterKey Key { get; set; }
  Property Value
- ParameterKey
 The key.
UsedKey
Gets or sets the used key.
public ParameterKey UsedKey { get; set; }
  Property Value
- ParameterKey
 The used key.