game_viewport
Create or configure a SubViewport node to control rendering within a scene, specifying size, anti-aliasing, and background transparency.
Instructions
Create or configure a SubViewport node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msaa | No | MSAA level (0=disabled, 1=2x, 2=4x, 3=8x) | |
| name | No | Viewport name (for create) | |
| width | No | Viewport width | |
| action | No | Action: create, configure, or get | |
| height | No | Viewport height | |
| nodePath | No | SubViewport path (for configure/get) | |
| parentPath | No | Parent path (for create) | |
| transparentBg | No | Transparent background |