Polycode
Polycode::SceneSound Class Reference

Creates a positional 3D sound. More...

Inherits Polycode::SceneEntity.

List of all members.

Public Member Functions

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

Detailed Description

Creates a positional 3D sound.


Member Function Documentation

void SceneSound::Update ( ) [virtual]

Main update method.

Override this to do your updates before the render cycle.

Reimplemented from Polycode::Entity.