# BrushGUIEditFlags

> Flags that specify which brush controls the [IOnInspectorGUI.ShowBrushesGUI] method displays.

## Definition

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

```csharp
[Flags]
public enum BrushGUIEditFlags
```

## Fields

| Value                                                                                                              | Description                                                                                    |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| [All](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/all.md)                           | Display all brush controls.                                                                    |
| [Inspect](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/inspect.md)                   | Display the brush inspector for the currently selected brush.                                  |
| [None](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/none.md)                         | Don't display any brush controls.                                                              |
| [Opacity](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/opacity.md)                   | Display the brush opacity control.                                                             |
| [Select](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/select.md)                     | Display the brush selection control.                                                           |
| [SelectAndInspect](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/selectandinspect.md) | Display the brush selection control, and the brush inspector for the currently selected brush. |
| [Size](/engine/6000.7/script-reference/unityeditor/terraintools/brushguieditflags/size.md)                         | Display the brush size control.                                                                |
