AudioSource
- this
this(AudioClip audioClip)
Limited to Ogg files for now
A destructor is present on this object, but not explicitly documented in the source.
- pause
void pause()
- play
void play(bool loop = false)
- resume
void resume()
- stop
void stop()
- channels
uint channels [@property getter]
- entity
Entity entity [@property getter]
- entity
Entity entity [@property setter]
- isPlaying
bool isPlaying [@property getter]
- looping
bool looping [@property getter]
- pitch
float pitch [@property getter]
- pitch
float pitch [@property setter]
- volume
float volume [@property getter]
- volume
float volume [@property setter]