Specifies the audio clip that plays when this source starts playing. The clip entity must have the AudioClip component attached. If you change the clip entity, the change only takes effect after you attach an AudioSourceStart component to start playback.
If true, replays the audio clip when it reaches end. If you change the loop state, the change takes effect after you attach an AudioSourceStart component to start playback.
True if the audio clip is currently playing.
Specifies the audio clip's playback volume. Values can range from 0..1. If you change the volume, the change takes effect after you attach an AudioSourceStart component to start playback.
Generated using TypeDoc
An AudioSource component plays back one audio clip at a time. Multiple audio sources can play at the same time. To start playback use the AudioSourceStart component. To stop playback use the AudioSourceStop component.