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