#include <VisualControl.h>
| VisualControl::VisualControl |
( |
shared_ptr< DemoScene > |
scene, |
|
|
float |
updateRate, |
|
|
shared_ptr< Map > |
map |
|
) |
| |
| void VisualControl::step |
( |
| ) |
|
| void VisualControl::update |
( |
std::vector< shared_ptr< Change > > |
allChanges | ) |
|
| std::vector< shared_ptr<Animation> > VisualControl::allAnimations |
|
protected |
| std::vector< shared_ptr<Sound> > VisualControl::deathSounds |
|
protected |
| int VisualControl::dimX = 15 |
| int VisualControl::dimY = 15 |
| int VisualControl::dimZ = 15 |
| int VisualControl::gridOccupancy[15][15][15] |
| std::vector< shared_ptr<Sound> > VisualControl::hitSounds |
|
protected |
| shared_ptr<Map> VisualControl::m_map |
|
protected |
| float VisualControl::updateRate |
The documentation for this class was generated from the following files: