Definition at line 215 of file background_sound_manager.h.
Public Member Functions | |
void | serial (NLMISC::IStream &s) |
Data Fields | |
std::vector< std::string > | Banks |
The list of samples banks that are active on this patatoid. | |
NLMISC::CVector | MaxBox |
The max vector of the bounding box. | |
NLMISC::CVector | MinBox |
The min vector of the bounding box. | |
std::vector< NLMISC::CVector > | Points |
The vector of points composing the patatoid. |
|
Definition at line 1454 of file background_sound_manager.cpp. References Banks, MaxBox, MinBox, Points, and s.
|
|
The list of samples banks that are active on this patatoid.
Definition at line 218 of file background_sound_manager.h. Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial(). |
|
The max vector of the bounding box.
Definition at line 222 of file background_sound_manager.h. Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial(). |
|
The min vector of the bounding box.
Definition at line 220 of file background_sound_manager.h. Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial(). |
|
The vector of points composing the patatoid.
Definition at line 224 of file background_sound_manager.h. Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial(). |