UpdateableAudioSource
Description
A script attached to audio sources which is used to make audio manageable via the SoundManager.
UpdateableAudioSource |
- - audiosource : AudioSource
- + ID : int
- - _musicInstance : static UpdateableAudioSource
- + originalVolume : float
- - soundtype : SoundType
- clip : AudioClip (Property with public getter and public setter)
- loop : bool (Property with public getter and public setter)
- MusicInstance : static UpdateableAudioSource (Property with public getter and public setter)
- soundType : SoundType (Property with public getter and public setter)
- volume : float (Property with public getter and public setter)
|
- + Initialise() : void
- - OnDestroy() : void
- + Play() : void
- + ResetAudioSourceVolume() : void
- + Stop() : void
|