Enum ToolIndex.SculptIndex
Sculpting tool indices used to identify different terrain modification operations.
Namespace: UnityEditor.TerrainTools
Assembly: Unity.TerrainTools.Editor.dll
Syntax
public enum ToolIndex.SculptIndex
Fields
| Name | Description |
|---|---|
| Bridge | Tool for creating bridge-like formations between terrain features. |
| Clone | Tool for duplicating terrain features from one area to another. |
| Contrast | Tool for adjusting terrain height contrast. |
| FlattenSlope | Tool for flattening terrain to a specific slope angle. |
| HydraulicErosion | Tool for simulating the effect of water flowing across on terrain. |
| Noise | Tool for adding random noise to terrain height. |
| Pinch | Tool for pinching or pulling terrain features. |
| SharpenPeaks | Tool for sharpening terrain peaks and flattening flat areas. |
| Smudge | Tool for smudging or blending terrain features. |
| Terrace | Tool for creating terraced terrain formations. |
| ThermalErosion | Tool for simulating the effect of sediment settling on terrain. |
| Twist | Tool for creating twisted terrain deformations. |
| WindErosion | Tool for simulating the effect of wind transporting and redistributing sediment on terrain. |