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

TerrainPaintTool<T0>.OnInspectorGUI

マニュアルに切り替える
public void OnInspectorGUI (Terrain terrain, Experimental.TerrainAPI.IOnInspectorGUI editContext);

パラメーター

terrainActive Terrain object.
editContextInterface used to communicate between Editor and Paint tools.

説明

Custom terrain tool OnInspectorGUI callback.

Unity calls this method to run tool-specific inspector controls and behavior. See Also: Editor.OnInspectorGUI.