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
- Type: Interface
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public interface IOnSceneGUI
Remarks
Additional Resources: TerrainPaintTool<T>.OnSceneGUI.
Properties
Property | Description |
|---|---|
| brushSize | Read only. Current brush size in terrain units (equivalent size to world units). |
| brushStrength | Read only. Current brush strength. |
| brushTexture | Read only. Current selected brush texture. |
| controlId | The control ID for the current Terrain Inspector. (Read Only) |
| hitValidTerrain | Read only. True if the mouse is over a valid Terrain object; otherwise false. |
| raycastHit | Read only. The raycast result for the current mouse position. This is valid when hitValidTerrain is true. |
| sceneView | Read only. SceneView object. |
Methods
Method | Description |
|---|---|
| Repaint | Instructs the Editor to repaint the tool UI, the Scene view, or both. |