Version: 2023.2

OnInspectorGUIContext

class in UnityEditor.TerrainTools


实现接口:IOnInspectorGUI

切换到手册

描述

The context for drawing IMGUI elements pertaining to terrain tools brushes.

构造函数

OnInspectorGUIContextThe constructor for creating OnInspectorGUIContext to make IMGUI calls for drawing brush GUI.

公共函数

RepaintRepaint the IMGUI elements in the inspector.
ShowBrushesGUICalls on IMGUI code to create the inspector for showing terrain brushes. This takes in flags that allow the user to select which brush attributes to display, such as opacity, size, or all.