Docsv2.12.12
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 = 0
public static readonly GradientShape Radial = 1
public static readonly GradientShape Angular = 2