# gatherEnable

> Controls gathering from this Terrain within the PaintContext. The default is true.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.TerrainTools](/engine/6000.5/script-reference/unityengine/terraintools.md)
* **Assembly:** UnityEngine.TerrainModule

```csharp
bool gatherEnable { get; set; }
```

### Remarks

Modify this value, if required, to skip this Terrain in any Gather operations that the PaintContext performs.
