Color32ValueAsset¶
ScriptableObject that stores a shared Color32, editable in the Project window.
Namespace: Jungle.Graphics
Inherits: ValueAsset<Color32>
Overview¶
Create from Jungle / Graphics / Color32 Value. Stores a single Color32 (byte-precision color, default: white). A companion Color32ListValueAsset stores a list.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | Color32 |
The stored 32-bit color. |