IOnSceneGUI
interface in UnityEditor.Experimental.TerrainAPI
Description 描述
Interface that provides parameters and utility functions for the OnSceneGUI event of the terrain paint tools.
See Also: TerrainPaintTool<T0>.OnSceneGUI.
Properties 属性
| 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. | ||
| 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. |
Public Methods 公共方法
| Repaint | Instructs the Editor to repaint the tool UI, the Scene view, or both. |