getSoundSourcePosition
AudioModuleInterface::getSoundSourcePosition
Returns the position of a sound source.
Declaration
virtual Math::vec3 getSoundSourcePosition(SoundSourceID soundSourceID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
soundSourceID |
The sound source to get the position of. |
Returns
The position of the sound source.