ClearAllTiles()
Clears all Tile s that are placed in the Tilemap.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public void ClearAllTiles()
Remarks
This will also resize the Tilemap to its default values.
In the Editor, this will also clear all editor preview Tiles.