ComputeBinaryScalar Class
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
A node that describe a binary operation between two IComputeScalar
Derived from ComputeBinaryScalar:
[DataContract("ComputeBinaryScalar")]
[Display("Binary Operator", null)]
public class ComputeBinaryScalar : ComputeBinaryBase<IComputeScalar>, IComputeScalar, IComputeNode
Name | Description | |
---|---|---|
Constructors | ||
ComputeBinaryScalar() | Initializes a new instance of the ComputeBinaryScalar class. |
|
ComputeBinaryScalar(IComputeScalar, IComputeScalar, BinaryOperator) | Initializes a new instance of the ComputeBinaryScalar class. |
Constructors
ComputeBinaryScalar()
Initializes a new instance of the ComputeBinaryScalar class.
public ComputeBinaryScalar()
ComputeBinaryScalar(IComputeScalar, IComputeScalar, BinaryOperator)
Initializes a new instance of the ComputeBinaryScalar class.
public ComputeBinaryScalar(IComputeScalar leftChild, IComputeScalar rightChild, BinaryOperator binaryOperator)
Parameters
Type | Name | Description |
---|---|---|
IComputeScalar | leftChild | The left child. |
IComputeScalar | rightChild | The right child. |
BinaryOperator | binaryOperator | The material binary operand. |