AudioSource

Constructors

this
this(AudioClip audioClip)

Limited to Ogg files for now

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

pause
void pause()
play
void play(bool loop = false)
resume
void resume()
stop
void stop()

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