Rasagar/Library/PackageCache/com.unity.terrain-tools/Editor/TerrainTools/ToolIndex.cs
2024-08-26 23:07:20 +03:00

22 lines
501 B
C#

namespace UnityEditor.TerrainTools
{
public class ToolIndex
{
public enum SculptIndex
{
FlattenSlope = 102,
Terrace = 104,
Bridge = 105,
Clone = 200,
Noise = 300,
Twist = 301,
Pinch = 302,
Smudge = 303,
SharpenPeaks = 304,
Contrast = 306,
WindErosion = 400,
HydraulicErosion = 401,
ThermalErosion = 402,
}
}
}