Skip to content

Clear Rect

Clear all tiles inside a rectangular tile area.

This is useful for carving spaces, removing generated regions, or resetting part of a map.

Common Parameters

Parameter Description
Tilemap Target Tilemap to modify.
Rect / Bounds Rectangular area to clear (cell space).
Clear Tile Usually empty/null tile output.

Typical Use

  1. Define the target rectangle in cell space.
  2. Run Clear Rect.
  3. Optionally refill parts of the same area with other actions.

Notes

  • Pair with Fill Rect to quickly replace one region with another.
  • For clearing many areas at once, use Clear Rects.