Class VisualShaderNodeStep
Calculates a Step function within the visual shader graph.
- Inheritance
-
VisualShaderNodeStep
Remarks
Translates to step(edge, x)
in the shader language.
Returns 0.0
if x
is smaller than edge
and 1.0
otherwise.
Properties
op_type
A type of operands and returned value.
var op_type : int = 0