|
ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
|
Classes | |
| class | ToyMaker::SoundSystem |
| System responsible for servicing sound playback commands from the game and managing platform audio hardware. More... | |
| class | ToyMaker::Sound |
| Class representing a single playable piece of audio. More... | |
| class | ToyMaker::SoundChannel |
| Class representing a single voice to be mixed with other voices that may play simultaneiously to produce the final sound output. More... | |
| class | ToyMaker::SoundMixer |
| Class managing a group of sound channels, as many as permitted by the underlying hardware, which this object mixes to produce a single audio output. More... | |
| class | ToyMaker::SoundFromFile |
| JSON serialization of a sound resource loaded from a file. More... | |