Render a labeled tileset sheet
tiled_render_tileset_sheetRenders a bounded page of a tileset with each tile labeled by its local ID. Handles atlas and image-collection tilesets, supporting configurable columns and page size.
Instructions
Renders one bounded page of a referenced tileset (atlas or image-collection), with every tile labeled by its local ID. Collection pages walk sparse local ids ascending, read each tile's own verified, revision-pinned image, and are limited to 64 tiles per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based tileset sheet page index | |
| scale | No | ||
| columns | No | Maximum number of tile columns on a sheet page | |
| mapPath | Yes | Canonical project-relative POSIX path; absolute paths and .. are forbidden | |
| pageSize | No | ||
| tilesetAssetId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |