diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-18 10:49:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 10:49:01 +0200 |
commit | 015e0c9fd888bdcaebbf8219001ca8f39c02a635 (patch) | |
tree | 7a454048b3c9eb601ddd883945e93d1ae6a0ce50 /doc | |
parent | 1136d531b1f8a8ffed7f3fa2443cd277bb32bcb5 (diff) | |
parent | b3831818511f7a88329a96c2337338bee1c955a4 (diff) |
Merge pull request #52773 from Calinou/audiostreamplayer3d-tweak-max-distance
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/AudioStreamPlayer3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioStreamPlayer3D.xml b/doc/classes/AudioStreamPlayer3D.xml index bd344fad29..e8a78d5a4c 100644 --- a/doc/classes/AudioStreamPlayer3D.xml +++ b/doc/classes/AudioStreamPlayer3D.xml @@ -123,7 +123,7 @@ Logarithmic dampening of loudness according to distance. </constant> <constant name="ATTENUATION_DISABLED" value="3" enum="AttenuationModel"> - No dampening of loudness according to distance. The sound will still be heard positionally, unlike an [AudioStreamPlayer]. + No dampening of loudness according to distance. The sound will still be heard positionally, unlike an [AudioStreamPlayer]. [constant ATTENUATION_DISABLED] can be combined with a [member max_distance] value greater than [code]0.0[/code] to achieve linear attenuation clamped to a sphere of a defined size. </constant> <constant name="DOPPLER_TRACKING_DISABLED" value="0" enum="DopplerTracking"> Disables doppler tracking. |