#include <ISound.h>
Public Methods | |
BackgroundInit () | |
Constructor clears all values to defaults. | |
void | Clear () |
Clears all structure members to default values. | |
Public Attributes | |
ISound* | m_pSound |
Sound to play as background loop. | |
float | m_fMinVolume |
Minimum sound volume. | |
float | m_fMaxVolume |
Maximum sound volume. | |
float | m_fMinVolumeTime |
Minimum time to take when transitioning to a new volume. | |
float | m_fMaxVolumeTime |
Maximum time to take when transitioning to a new volume. | |
float | m_fMinPitch |
Minimum sound pitch. | |
float | m_fMaxPitch |
Maximum sound pitch. | |
float | m_fMinPitchTime |
Minimum time to take when transitioning to a new pitch. | |
float | m_fMaxPitchTime |
Maximum time to take when transitioning to a new pitch. |