BITFALL/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/StampTool/GStampOperation.cs

8 lines
151 B
C#

namespace Pinwheel.Griffin.StampTool
{
public enum GStampOperation
{
Add, Subtract, ReverseSubtract, Max, Min, Lerp, Different
}
}