AudioManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Enums

Mode
enum Mode
Undocumented in source.

Functions

play_music
void play_music(raylib.Music music)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mode
Mode mode;
Undocumented in source.
music_stream
raylib.Music music_stream;
Undocumented in source.

Inherited Members

From Manager

scene
Scene scene;

set when attached to a scene

setup
void setup()

performs any setup needed for this manager

update
void update()

updates this manager

destroy
void destroy()

frees resources used by this manager

Meta