#include <listener.h>
Public Methods | |
| float | getGain (void) |
| Returns the overall gain. | |
| void | setGain (float f) |
| Set the overall gain. | |
| Vector3 | getPosition (void) |
| Returns the position of the listener. | |
| void | setPosition (Vector3 fv) |
| Set the position of the listener. | |
| Vector3 | getVelocity (void) |
| Returns the velocity of the listener. | |
| void | setVelocity (Vector3 fv) |
| Set the velocity of the listener. | |
| void | getOrientation (Vector3 &at, Vector3 &up) |
| Get the orientation of the listener. | |
| void | setOrientation (const Vector3 &at, const Vector3 &up) |
| Set the orientation of the listener. | |
Definition at line 23 of file listener.h.
1.2.18