Version: 2023.1
言語: 日本語

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.

Public 関数

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.