Music visualizer background effect. More...
#include <Game/MusicVisualizerEffect.h>
Inherits BackgroundEffect.
Public Member Functions | |
| MusicVisualizerEffect (const Rectf &size) | |
| Constructor. | |
| virtual | ~MusicVisualizerEffect () |
| Deconstructor. | |
| virtual bool | Init () |
| Initializes the effect. Called once before Update and Draw are called. | |
| virtual void | Update (float dt) |
| Updates the effect. Called once per frame. | |
| virtual void | Draw () |
| Draws the effect. | |
Music visualizer background effect.
| MusicVisualizerEffect::MusicVisualizerEffect | ( | const Rectf & | size | ) | [inline] |
Constructor.
| [in] | size | the that the effect will fill. |
| bool MusicVisualizerEffect::Init | ( | ) | [virtual] |
Initializes the effect. Called once before Update and Draw are called.
Implements BackgroundEffect.
| void MusicVisualizerEffect::Update | ( | float | dt | ) | [virtual] |
Updates the effect. Called once per frame.
| [in] | dt | the time in seconds since the last frame. |
Implements BackgroundEffect.
1.6.3