The XY Param Node’s interface consists of a two-dimensional grid where a circular handle can be moved along the X (horizontal) and Y (vertical) axes. X and Y are both constant values ranging from 0 to 1. The circular handle is draggable, allowing real-time adjustment of two parameters simultaneously.
It’s very useful for building custom Nodes with turnable knobs, or controlling multiple Nodes from a single place.
Inputs
This Node has no inputs.
Settings
X Value
The first output value.
Y Value
The first output value.
Theme
Sets the param editor’s color. This setting is visual, and has no effect on the output.
Size
Sets the param editor’s size. This setting is visual, and has no effect on the output.
Outputs
X Output
The value specified by the Value X setting. This value is always constant, and thus enables constant folding in connected Nodes if they support it.
Y Output
The value specified by the Value X setting. This value is always constant, and thus enables constant folding in connected Nodes if they support it.