IOnInspectorGUI
Interface that provides parameters and utility functions for the OnInspectorGUI event in the terrain paint tools.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public interface IOnInspectorGUI
Remarks
Additional Resources: TerrainPaintTool<T>.OnInspectorGUI.
Methods
Method | Description |
|---|---|
| Repaint | Instructs the Editor to repaint the tool UI and/or the scene view. |
| ShowBrushesGUI | Displays the default controls for the brush in the tool inspector. |