Sketch Size
Processing-style alias for Sketch Create Canvas.
Use this when you want the Processing-style size() naming convention in your FSM.
Parameters
| Parameter | Description |
|---|---|
| Sketch Component | Sketch Component to configure. |
| Width | Canvas width in sketch pixels. |
| Height | Canvas height in sketch pixels. |
| Store Sketch Component | Optional output that stores the Sketch Component reference for use by other FSMs. |
Notes
- Behavior matches Sketch Create Canvas.
- Default size is
640 x 480.