Tramway SDK
|
Namespaces | |
namespace | API |
namespace | Spatial |
Classes | |
struct | audiobuffer_t |
struct | audiosource_t |
class | Sound |
Functions | |
void | Init () |
Starts the Audio system. More... | |
void | Update () |
Updates the Audio system. More... | |
void | Uninit () |
void | SetVolume (float value) |
float | GetVolume () |
void | SetListenerPosition (vec3 position) |
See Audio::API::SetListenerPosition(). More... | |
void | SetListenerOrientation (quat orientation) |
See Audio::API::SetListenerOrientation(). More... | |
float tram::Audio::GetVolume | ( | ) |
void tram::Audio::Init | ( | ) |
Starts the Audio system.
void tram::Audio::SetListenerOrientation | ( | quat | orientation | ) |
void tram::Audio::SetListenerPosition | ( | vec3 | position | ) |
void tram::Audio::SetVolume | ( | float | value | ) |
void tram::Audio::Uninit | ( | ) |
void tram::Audio::Update | ( | ) |
Updates the Audio system.