enum SculptMode : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The SculptMode enumeration defines the various sculpting modes available in the terrain editor. These modes are used to modify the terrain using different brush types, which are passed to the compute shader for processing.

Members

Fields

Member NameSummary
RaiseLowerMode for raising or lowering the terrain.
FlattenMode for flattening the terrain to a uniform height.
SmoothMode for smoothing the terrain to reduce roughness.
HoleMode for creating holes in the terrain.