Polycode
Polycode::ScreenSound Class Reference

Creates a positional 2D sound. More...

Inherits Polycode::ScreenEntity.

List of all members.

Public Member Functions

void Update ()
 Main update method.
SoundgetSound () const
 Returns the sound object associated with this positional sound.

Detailed Description

Creates a positional 2D sound.


Member Function Documentation

void ScreenSound::Update ( ) [virtual]

Main update method.

Override this to do your updates before the render cycle.

Reimplemented from Polycode::Entity.