Back to API Reference
Struct

UniTextGradients.NamedGradient

sealed

A named gradient entry.

public string name

Name used in markup (e.g., "rainbow" for <gradient=rainbow>).

public Gradient gradient

The Unity Gradient with color stops.