Version: 2022.2
言語: 日本語
public void OnInspectorGUI (Terrain terrain, TerrainTools.IOnInspectorGUI editContext);

パラメーター

terrain Active Terrain object.
editContext Interface 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.