AudioSource

Constructors

this
this(AudioClip audioClip)

Limited to Ogg files for now

Destructor

~this
~this()
Undocumented in source.

Members

Functions

pause
void pause()
play
void play(bool loop)
resume
void resume()
stop
void stop()
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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]

Meta