BrushGUIEditFlags
Flags that specify which brush controls the [IOnInspectorGUI.ShowBrushesGUI] method displays.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
[Flags]public enum BrushGUIEditFlags
Fields
Value | Description |
|---|---|
| All | Display all brush controls. |
| Inspect | Display the brush inspector for the currently selected brush. |
| None | Don't display any brush controls. |
| Opacity | Display the brush opacity control. |
| Select | Display the brush selection control. |
| SelectAndInspect | Display the brush selection control, and the brush inspector for the currently selected brush. |
| Size | Display the brush size control. |