Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Structure defining the properties of a directional cone. More...
#include <SFML/Audio/SoundSource.hpp>
Public Attributes | |
Angle | innerAngle |
Inner angle. | |
Angle | outerAngle |
Outer angle. | |
float | outerGain {} |
Outer gain. |
Structure defining the properties of a directional cone.
Sounds will play at gain 1 when the listener is positioned within the inner angle of the cone. Sounds will play at outerGain when the listener is positioned outside the outer angle of the cone. The gain declines linearly from 1 to outerGain as the listener moves from the inner angle to the outer angle.
Definition at line 72 of file SoundSource.hpp.
Angle sf::SoundSource::Cone::innerAngle |
Inner angle.
Definition at line 74 of file SoundSource.hpp.
Angle sf::SoundSource::Cone::outerAngle |
Outer angle.
Definition at line 75 of file SoundSource.hpp.
float sf::SoundSource::Cone::outerGain {} |
Outer gain.
Definition at line 76 of file SoundSource.hpp.