resolution(width, height = width, gap = 8)
Adjust display resolution and optional gap/pixel spacing.
| Name | Type | Required | Description |
|---|---|---|---|
width |
number | yes | Target render width. |
height |
number | no | Target render height (defaults to width). |
gap |
number | no | Display gap spacing between pixels. |
void
No additional runtime notes yet.
No additional details yet.