# rightNeighbor

> The Terrain tile to the left, which is in the positive X direction.

## Definition

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

```csharp
public Terrain rightNeighbor { get; }
```
