Version: 2022.3
언어: 한국어
public void OnSceneGUI (Terrain terrain, TerrainTools.IOnSceneGUI editContext);

파라미터

terrain Active Terrain object.
editContext Interface for communication between Editor and Paint tools.

설명

Custom terrain tool OnSceneGUI callback.

Unity calls this method to run tool-specific scene UI and behavior.

See Also: Editor.OnSceneGUI, SceneView, TerrainPaintTool_1.OnRenderBrushPreview.