IOnPaint

interface in UnityEditor.TerrainTools

Description

Interface that provides parameters and utility functions for the OnPaint event of the terrain paint tools.

Additional resources: TerrainPaintTool<T0>.OnPaint.

Properties

brushSizeRead only. Current brush size in Terrain units (equivalent size to world units).
brushStrengthRead only. Current brush strength.
brushTextureRead only. Current selected brush texture.
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.
uvRead only. The normalized position (between 0 and 1) on the active Terrain.

Public Methods

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

Did you find this page useful? Please give it a rating: