# allowAutoConnect

> Specifies if the terrain tile will be automatically connected to adjacent tiles.

## Definition

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

```csharp
public bool allowAutoConnect { get; set; }
```
