Click or drag to resize
SimpleGradientGradientFillMode Enumeration
Gradient fill mode.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum GradientFillMode
Members
  Member nameValueDescription
PerQuad0 Apply gradient extents to each quad on the graphic.
RectTransform1 Use the RectTransform to determine the gradient extents.
GeometryBounds2 Use the geometry bounds to determine the gradient extents.
See Also