BaseMusicLibrary
Summary
Abstract base class for music libraries.Signature
Methods
mute
Modifiers: abstract Toggle the muted state of all loaded music tracks.play
Modifiers: abstract Stop the currently playing track (if any) and start playing the requested one.Remarks
Extend this class to implement a custom music library and register it withNanoforgeApplication.use using the MUSIC_LIBRARY symbol. The built-in implementation is MusicLibrary.