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.

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.