# scatterEnable

> Controls scattering to this Terrain within the PaintContext. The default is true.

## Definition

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

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

### Remarks

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