Class ComputeValueBase<T>
- Namespace
 - Stride.Rendering.Materials.ComputeColors
 
- Assembly
 - Stride.Rendering.dll
 
Base class for a constant value for ComputeNode.
[DataContract(Inherited = true)]
public abstract class ComputeValueBase<T> : ComputeKeyedBase, IComputeNode
  Type Parameters
T
- Inheritance
 - 
      objectComputeValueBase<T>
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
ComputeValueBase()
Initializes a new instance of the ComputeValueBase<T> class.
protected ComputeValueBase()
  ComputeValueBase(T)
Initializes a new instance of the ComputeValueBase<T> class.
protected ComputeValueBase(T value)
  Parameters
valueTThe value.
Properties
Value
The property to access the internal value
[DataMember(20)]
public T Value { get; set; }
  Property Value
- T