Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShowDefaultPreviewBrush(Terrain, Texture, float)

Helper function to display a default preview brush with no rotation or custom materials.
Read time 1 minuteLast updated 13 days ago

Definition

public static void ShowDefaultPreviewBrush(Terrain terrain, Texture brushTexture, float brushSize)

Parameters

terrain

Terrain object.

brushTexture

Brush texture.

brushSize

Brush size.

Remarks

This method determines the position on the Terrain object under the mouse and draws a brush preview at that position using the specified texture and brush size. Additional Resources: TerrainPaintUtilityEditor.DrawBrushPreview