| SimpleGradientGradientFillMode Enumeration |
Namespace: Candlelight.UI
public enum GradientFillMode
| Member name | Value | Description | |
|---|---|---|---|
| PerQuad | 0 | Apply gradient extents to each quad on the graphic. | |
| RectTransform | 1 | Use the RectTransform to determine the gradient extents. | |
| GeometryBounds | 2 | Use the geometry bounds to determine the gradient extents. |