Version: 1.4
LanguageEnglish
  • C#

TerrainPaintUtilityEditor.ShowDefaultPreviewBrush

Declaration

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

Parameters

terrain Terrain object.
brushTexture Brush texture.
brushSize Brush size.

Description

Helper function to display a default preview brush with no rotation or custom materials.

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. See Also: TerrainPaintUtilityEditor.DrawBrushPreview


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答