Back to API Reference
Enum
GradientShape
Gradient projection mode. Linear projects vertex positions onto an axis, Radial uses distance from the range's centre, Angular sweeps a conic from the centre.
public static readonly GradientShape Linear = 0public static readonly GradientShape Radial = 1public static readonly GradientShape Angular = 2