Skip to content

Clear Cells

Clear tiles at a list of specific cell positions.

Use this to remove non-rectangular areas, carve details, or selectively erase generated cells.

Common Parameters

Parameter Description
Tilemap Target Tilemap to modify.
Cells List of cell coordinates to clear.

Typical Use

  1. Build a list of cells to remove.
  2. Run Clear Cells.
  3. Repaint selected areas with other tile actions as needed.

Notes

  • Ideal for sparse or irregular cleanup.
  • For rectangular cleanup, Clear Rect is faster to set up.