# DetailBrushBounds

> Represents a container for brush bound data.

## Definition

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

```csharp
public readonly struct DetailBrushBounds
```

## Properties

| Property                                                                                       | Description                      |
| ---------------------------------------------------------------------------------------------- | -------------------------------- |
| [bounds](/engine/6000.6/script-reference/unityeditor/terraintools/detailbrushbounds/bounds.md) | The bounds of the brush.         |
| [max](/engine/6000.6/script-reference/unityeditor/terraintools/detailbrushbounds/max.md)       | The maximum bounds of the brush. |
| [min](/engine/6000.6/script-reference/unityeditor/terraintools/detailbrushbounds/min.md)       | The minimum bound of the brush.  |

## Methods

| Method                                                                                                         | Description                                    |
| -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [GetBrushOffset](/engine/6000.6/script-reference/unityeditor/terraintools/detailbrushbounds/getbrushoffset.md) | Gets the brush offset within the brush bounds. |
