TerrainPaintTool<T0>.OnInspectorGUI

Declaration

public void OnInspectorGUI(Terrain terrain, TerrainTools.IOnInspectorGUI editContext);

Parameters

terrain Active Terrain object.
editContext Interface used to communicate between Editor and Paint tools.

Description

Custom terrain tool OnInspectorGUI callback.

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


Did you find this page useful? Please give it a rating: