summaryrefslogtreecommitdiff
path: root/doc/classes/AudioStreamPlayer3D.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-08 10:06:44 +0200
committerGitHub <noreply@github.com>2022-07-08 10:06:44 +0200
commit288845dd1754cb8cd210ecf730fd391eb04ac050 (patch)
tree88acb1cf8f09db1ffbdf43d6a0b0ad4496a81310 /doc/classes/AudioStreamPlayer3D.xml
parent6a34b038d5352c0fd40a8f0dfc1969cd31a96073 (diff)
parenteedb72977140c5d7c2d51a11f72c6e6955d95273 (diff)
Merge pull request #62831 from akien-mga/audiostream-bus-no-validation
Diffstat (limited to 'doc/classes/AudioStreamPlayer3D.xml')
-rw-r--r--doc/classes/AudioStreamPlayer3D.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AudioStreamPlayer3D.xml b/doc/classes/AudioStreamPlayer3D.xml
index a49b1e2291..72febf7006 100644
--- a/doc/classes/AudioStreamPlayer3D.xml
+++ b/doc/classes/AudioStreamPlayer3D.xml
@@ -64,6 +64,7 @@
</member>
<member name="bus" type="StringName" setter="set_bus" getter="get_bus" default="&amp;&quot;Master&quot;">
The bus on which this audio is playing.
+ [b]Note:[/b] When setting this property, keep in mind that no validation is performed to see if the given name matches an existing bus. This is because audio bus layouts might be loaded after this property is set. If this given name can't be resolved at runtime, it will fall back to [code]"Master"[/code].
</member>
<member name="doppler_tracking" type="int" setter="set_doppler_tracking" getter="get_doppler_tracking" enum="AudioStreamPlayer3D.DopplerTracking" default="0">
Decides in which step the Doppler effect should be calculated.