Creates a positional 3D sound listener. More...
Inherits Polycode::SceneEntity.
Public Member Functions | |
void | Update () |
Main update method. |
Creates a positional 3D sound listener.
There can be only one listener active at any one time.
void SceneSoundListener::Update | ( | ) | [virtual] |
Main update method.
Override this to do your updates before the render cycle.
Reimplemented from Polycode::Entity.