Skip to content

AudioSourceValueAsset

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

Namespace: Jungle.Audio.GameDev
Inherits: ValueAsset<AudioSource>

Overview

Create from Jungle / Audio / AudioSource Value. Stores an AudioSource reference shareable across components. A companion AudioSourceListValueAsset stores a list.

Properties

Property Type Description
value AudioSource The stored AudioSource reference.

See Also