Path
Path
A 2D path that can be used to be rendered.
Nodes that output this type
Path Cardinal Cubic to Point
Moves the path from it's current point to another with a Cardinal Cubic spline.
Path Catmull-Rom to Point
Moves the path from it's current point to another with a Catmull-Rom spline.
Path Line to Point
Moves the path from it's current point to another at another point with a line.
Path Move to Point
Moves the path to a specified point without drawing anything.
Path New
Creates a new empty path.
Nodes that accept this type as input
Painter Add Path with Render Style
Adds a path to the painter and draws it with the render style. Set some transforms on the path as well.
Path Cardinal Cubic to Point
Moves the path from it's current point to another with a Cardinal Cubic spline.
Path Catmull-Rom to Point
Moves the path from it's current point to another with a Catmull-Rom spline.
Path Line to Point
Moves the path from it's current point to another at another point with a line.
Path Move to Point
Moves the path to a specified point without drawing anything.