AnimationClipValueAsset¶
ScriptableObject that stores a shared AnimationClip reference, editable in the Project window.
Namespace: Jungle.Animation.GameDev
Inherits: ValueAsset<AnimationClip>
Overview¶
Create from Jungle / Animation / AnimationClip Value. Stores an AnimationClip reference shareable across components. A companion AnimationClipListValueAsset stores a list.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | AnimationClip |
The stored AnimationClip reference. |