Experimental: this API is experimental and might be changed or removed in the future.

IOnPaint

interface in UnityEditor.Experimental.TerrainAPI

Switch to Manual

Description

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

Variables

brushSizeRead only. Current brush size in Terrain units (equivalent size to world units).
brushStrengthRead only. Current brush strength.
brushTextureRead only. Current selected brush texture.
uvRead only. The normalized position (between 0 and 1) on the active Terrain.

Public Functions

RepaintAllInspectorsInstructs the Editor to repaint the inspector UI.