SpriteValueAsset¶
ScriptableObject that stores a shared Sprite reference, editable in the Project window.
Namespace: Jungle.Objects
Inherits: ValueAsset<Sprite>
Overview¶
Create from Jungle / Graphics / Sprite Value. Stores a Sprite reference shareable across components. A companion SpriteListValueAsset stores a list.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | Sprite |
The stored sprite reference. |