Enum GradientDirection
- Namespace
- ElectricDrill.AstraRpgFramework.Tags
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Direction of the two-color gradient fill for a GameTagSO pill.
public enum GradientDirection
Fields
Diagonal = 0Top-left (start color) → bottom-right (end color).
Horizontal = 1Left (start color) → right (end color).
Vertical = 2Top (start color) → bottom (end color).