# FoliageIndex

> The index at which you should place the foliage tools in the Terrain Tools overlay.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.TerrainTools](/engine/6000.6/script-reference/unityeditor/terraintools.md)
* **Assembly:** UnityEditor

```csharp
public enum FoliageIndex
```

## Fields

| Value                                                                                                 | Description                                                                                      |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [PaintDetails](/engine/6000.6/script-reference/unityeditor/terraintools/foliageindex/paintdetails.md) | The index at which you should place the Paint Details foliage tool in the Terrain Tools overlay. |
| [PaintTrees](/engine/6000.6/script-reference/unityeditor/terraintools/foliageindex/painttrees.md)     | The index at which you should place the Paint Trees foliage tool in the Terrain Tools overlay.   |
