Enum BrushShortcutType
Sets which shortcut type to use when utilizing the common brush shortcuts.
Namespace: UnityEditor.TerrainTools
Syntax
[Flags]
public enum BrushShortcutType
Fields
| Name | Description | Value |
|---|---|---|
| Rotation | Use the Rotation shortcut. |
1 |
| Size | Use the Size shortcut. |
2 |
| Strength | Use the Strength shortcut. |
4 |
| RotationSizeStrength | Use multiple shortcuts. |
7 |