Table of Contents

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 = 0

Top-left (start color) → bottom-right (end color).

Horizontal = 1

Left (start color) → right (end color).

Vertical = 2

Top (start color) → bottom (end color).