Skip to content

GradientValueAsset

ScriptableObject that stores a shared Gradient, editable in the Project window.

Namespace: Jungle.Spatial
Inherits: ValueAsset<Gradient>

Overview

Create from Jungle / Graphics / Gradient Value. Stores a Gradient for color interpolation. A companion GradientListValueAsset stores a list.

Properties

Property Type Description
value Gradient The stored gradient.

See Also