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
- Type: Enum
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public enum TerrainBrushPreviewMode
Fields
Value | Description |
|---|---|
| DestinationRenderTexture | Specifies that TerrainPaintUtilityEditor.DrawBrushPreview uses the destination render texture of the PaintContext. |
| SourceRenderTexture | Specifies that TerrainPaintUtilityEditor.DrawBrushPreview uses the source render texture of the PaintContext. |