Sketch Plot Line
Draw a connected plot line by remembering the previous sketch point.
Feed this action a stream of x and y values and it will connect each new point to the last one.
Parameters
| Parameter | Description |
|---|---|
| Sketch Component | Sketch canvas to draw on. |
| X | Current X in sketch coordinates. |
| Y | Current Y in sketch coordinates. |
| Reset On State Enter | If true, clears the remembered point when the state starts. The first point seeds the line without drawing. |
Notes
- This action defaults to Update Every Frame.
- It is useful for graphs, oscilloscopes, trails, and time-series visualization.
- The current stroke settings control how the line is drawn.