take_screenshot_with_context
Capture a screenshot of the current scene including node tree and property snapshots for specified nodes, aiding in debugging and documentation.
Instructions
Take a screenshot with scene context metadata (node tree, properties of specified nodes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for this screenshot (used as filename, e.g. "main_menu") | |
| include_nodes | No | Node paths to include property data for (requires include_props=true) | |
| include_props | No | Whether to include property snapshots for listed include_nodes (default: false) |