Mention listener node in AudioStreamPlayer3D description
(cherry picked from commit 51367c1bcf
)
This commit is contained in:
parent
d7065106ef
commit
8466f9147b
|
@ -5,6 +5,7 @@
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
Plays a sound effect with directed sound effects, dampens with distance if needed, generates effect of hearable position in space.
|
Plays a sound effect with directed sound effects, dampens with distance if needed, generates effect of hearable position in space.
|
||||||
|
By default, audio is heard from the camera position. This can be changed by adding a [Listener] node to the scene and enabling it by calling [method Listener.make_current] on it.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
<link>https://docs.godotengine.org/en/latest/tutorials/audio/audio_streams.html</link>
|
<link>https://docs.godotengine.org/en/latest/tutorials/audio/audio_streams.html</link>
|
||||||
|
|
Loading…
Reference in New Issue