ComputeKeyedBase Class
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
Base interface for all computer color nodes.
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. |
|
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. |