
Inputs
投入
数据类型
Here you can define a data type for the Node’s inputs and outputs. You can select from Float for individual values or from vector formats Color, Vector2D, Vector or Vector4D. For the vector types, the verification will take place separately for each component.
在这里,您可以为 Node 的输入和输出定义数据类型。你可以从 Float 中选择单独的值,也可以从矢量格式中选择 Color、 Vector2D、 Vector 或 Vector4D。对于向量类型,将分别对每个组件进行验证。
值[-∞ . . + ∞]
This is the value that will be verified relative to the Threshold value.
这是将要相对于 Threshold 值进行验证的值。
阈值[-∞ . . + ∞]
This value is compared with the input Value. If the Value setting is smaller than the Threshold setting, 0 will be output. If the Value setting is greater than or equal to the Threshold setting, the Node will output 1.
将此值与输入值进行比较。如果 Value 设置小于 Threshold 设置,则输出0。如果 Value 设置大于或等于 Threshold 设置,则 Node 将输出1。