Class ComputeVertexStreamScalar
- Namespace
- Stride.Rendering.Materials.ComputeColors
- Assembly
- Stride.Rendering.dll
A compute scalar producing a scalar from a stream.
[DataContract("ComputeVertexStreamScalar")]
[Display("Vertex Stream", null)]
public class ComputeVertexStreamScalar : ComputeVertexStreamBase, IComputeVertexStream, IComputeScalar, IComputeNode
- Inheritance
-
ComputeVertexStreamScalar
- Implements
- Inherited Members
Constructors
ComputeVertexStreamScalar()
Initializes a new instance of the ComputeVertexStreamScalar class.
public ComputeVertexStreamScalar()
Properties
Channel
Gets or sets the channel.
[DataMember(20)]
public ColorChannel Channel { get; set; }
Property Value
- ColorChannel
The channel.
Methods
GetColorChannelAsString()
protected override string GetColorChannelAsString()