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
- Type: Method
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public static void ShowDefaultPreviewBrush(Terrain terrain, Texture brushTexture, float brushSize)
Parameters
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