Skip to content

ColorValueAsset

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

Namespace: Jungle.Graphics
Inherits: ValueAsset<Color>

Overview

Create from Jungle / Graphics / Color Value. Stores a single Color (default: white). A companion ColorListValueAsset stores a list.

Properties

Property Type Description
value Color The stored color.

See Also