Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TerrainBrushPreviewMode

Enum to specify whether DrawBrushPreview previews the source render texture or the destination render texture of a PaintContext.
Read time 1 minuteLast updated 12 days ago

Definition

public enum TerrainBrushPreviewMode

Fields

Value

Description

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