|
|
void | Update () override |
| | Updates the component.
|
| |
|
float_t | GetVolume () const |
| | Get the volume in the range [0, inf].
|
| |
|
void | SetVolume (float_t newVolume) |
| | Set the volume in the range [0, inf]. Default value is 1.
|
| |
|
virtual void | Added () |
| | Called when the component is added to an Entity.
|
| |
|
virtual void | Removed () |
| | Called when the component is removed from an Entity.
|
| |
|
virtual void | Render () |
| | Renders the component.
|
| |
|
virtual void | DebugRender () |
| |
|
const Entity * | GetEntity () const |
| | Get the Entity on which this Component is attached.
|
| |
|
Entity * | GetEntity () |
| | Get the Entity on which this Component is attached.
|
| |
|
|
bool_t | dopplerEffect = false |
| |
Definition at line 11 of file audio_listener.hpp.
The documentation for this class was generated from the following file: