Polycode
|
Creates a positional 2D sound. More...
Inherits Polycode::ScreenEntity.
Public Member Functions | |
void | Update () |
Main update method. | |
Sound * | getSound () const |
Returns the sound object associated with this positional sound. |
Creates a positional 2D sound.
void ScreenSound::Update | ( | ) | [virtual] |
Main update method.
Override this to do your updates before the render cycle.
Reimplemented from Polycode::Entity.