Voxellancer  0.3
A game about voxels in space
 All Classes Functions Pages
SoundProperties Class Reference
Collaboration diagram for SoundProperties:
[legend]

Public Member Functions

 SoundProperties (const std::string &sound, float volume, float attenuation, bool repeating)
 
const std::string & sound () const
 
const float volume () const
 
const float attenuation () const
 
const bool looping () const
 

Static Public Member Functions

static SoundProperties fromProperties (const std::string &prefix)
 

Protected Attributes

std::string m_sound
 
float m_volume
 
float m_attenuation
 
bool m_looping
 

The documentation for this class was generated from the following files: