MusicVisualizerEffect Class Reference

Music visualizer background effect. More...

#include <Game/MusicVisualizerEffect.h>

Inherits BackgroundEffect.

List of all members.

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.

Detailed Description

Music visualizer background effect.


Constructor & Destructor Documentation

MusicVisualizerEffect::MusicVisualizerEffect ( const Rectf size  )  [inline]

Constructor.

Parameters:
[in] size the that the effect will fill.

Member Function Documentation

bool MusicVisualizerEffect::Init (  )  [virtual]

Initializes the effect. Called once before Update and Draw are called.

Returns:
true if the initialization was successful, false otherwise.

Implements BackgroundEffect.

void MusicVisualizerEffect::Update ( float  dt  )  [virtual]

Updates the effect. Called once per frame.

Parameters:
[in] dt the time in seconds since the last frame.

Implements BackgroundEffect.


The documentation for this class was generated from the following files:
Generated on Mon Apr 5 19:08:06 2010 for BrickOut |ReDuX| by  doxygen 1.6.3