Version: 2022.3
언어: 한국어
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.