Version: 2020.1
언어: 한국어
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);

파라미터

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.