Version: 2023.2
public void ShowBrushesGUI (int spacing, TerrainTools.BrushGUIEditFlags flags, int textureResolutionPerTile);

参数

spacing Indicate how much spacing to use in the GUILayout.
flags Indicates which brush attributes to display.
textureResolutionPerTile The height map resolution of the terrain.

描述

Calls 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.