Skip to content

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

  1. Generate or collect cell coordinates.
  2. Run Set Cells with the chosen tile.
  3. 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.