Set Cells
Set a list of tile cell positions to a specific tile.
Use this for non-rectangular regions such as caves, paths, islands, or sparse selections.
Common Parameters
| Parameter | Description |
|---|---|
| Tilemap | Target Tilemap to modify. |
| Cells | List of cell coordinates to update. |
| Tile | Tile to place at each coordinate. |
Typical Use
- Generate or collect cell coordinates.
- Run Set Cells with the chosen tile.
- Layer additional passes for decoration or variation.
Notes
- Works well with grid-cell output from procedural generator actions.
- For rectangular fills, Fill Rect is usually simpler.