Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TerrainBrushPreviewMode

enumeration

Description

Enum to specify whether DrawBrushPreview previews the source render texture or the destination render texture of a PaintContext.

Properties

SourceRenderTextureSpecifies that TerrainPaintUtilityEditor.DrawBrushPreview uses the source render texture of the PaintContext.
DestinationRenderTextureSpecifies that TerrainPaintUtilityEditor.DrawBrushPreview uses the destination render texture of the PaintContext.