# Erase

> Identifies an Erase Tool.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TilemapModule

```csharp
Erase = 5
```

### Remarks

Tool for erasing a single cell with the brush.

See also [GridBrushBase.Erase](/engine/6000.7/script-reference/unityengine/gridbrushbase/erase.md).
