Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

IOnInspectorGUI.ShowBrushesGUI

マニュアルに切り替える
public void ShowBrushesGUI (int spacing);
public void ShowBrushesGUI (int spacing, Experimental.TerrainAPI.BrushGUIEditFlags flags);
public void ShowBrushesGUI (int spacing, Experimental.TerrainAPI.BrushGUIEditFlags flags, int textureResolutionPerTile);

パラメーター

spacingPixel spacing for the brush GUI controls.
flagsSpecifies which brush controls to display in the Terrain tool UI.
textureResolutionPerTileThe resolution per Terrain tile of the Texture, which the tool is editing. Unity uses this value to calculate Brush size limits.

説明

Displays the default controls for the brush in the tool inspector.

If the tool is editing multiple Textures on a Terrain, textureResolutionPerTile is the largest resolution among them. See Also: IOnPaint.brushSize and IOnPaint.brushStrength.