Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IOnSceneGUI

Interface that provides parameters and utility functions for the OnSceneGUI event of the terrain paint tools.
Read time 1 minuteLast updated 12 days ago

Definition

public interface IOnSceneGUI

Remarks

Additional Resources: TerrainPaintTool<T>.OnSceneGUI.

Properties

Property

Description

brushSizeRead only. Current brush size in terrain units (equivalent size to world units).
brushStrengthRead only. Current brush strength.
brushTextureRead only. Current selected brush texture.
controlIdThe control ID for the current Terrain Inspector. (Read Only)
hitValidTerrainRead only. True if the mouse is over a valid Terrain object; otherwise false.
raycastHitRead only. The raycast result for the current mouse position. This is valid when hitValidTerrain is true.
sceneViewRead only. SceneView object.

Methods

Method

Description

RepaintInstructs the Editor to repaint the tool UI, the Scene view, or both.