|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Classes | |
| struct | CreateInfo |
Public Member Functions | |
| Source (CreateInfo &createInfo) | |
| void | Play () |
| void | Pause () |
| void | SetVolume (float volume) |
| void | SetPitch (float pitch) |
| void | SetPosition (float x, float y, float z) |
| void | SetVelocity (float x, float y, float z) |
| void | SetBuffer (Audio::AudioClipAsset *audioClip) |
| void | SetIsLooping (bool isLooping) |
| bool | IsPlaying () |