From f3a564f9a5bf7f5a9c99253b7d9ac37fb65bff8e Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Thu, 16 Sep 2021 15:28:20 -0400 Subject: Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D --- doc/classes/AudioListener3D.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/classes/AudioListener3D.xml (limited to 'doc/classes/AudioListener3D.xml') diff --git a/doc/classes/AudioListener3D.xml b/doc/classes/AudioListener3D.xml new file mode 100644 index 0000000000..ed1f7fcc8f --- /dev/null +++ b/doc/classes/AudioListener3D.xml @@ -0,0 +1,40 @@ + + + + Overrides the location sounds are heard from. + + + Once added to the scene tree and enabled using [method make_current], this node will override the location sounds are heard from. This can be used to listen from a location different from the [Camera3D]. + + + + + + + + Disables the listener to use the current camera's listener instead. + + + + + + Returns the listener's global orthonormalized [Transform3D]. + + + + + + Returns [code]true[/code] if the listener was made current using [method make_current], [code]false[/code] otherwise. + [b]Note:[/b] There may be more than one AudioListener3D marked as "current" in the scene tree, but only the one that was made current last will be used. + + + + + + Enables the listener. This will override the current camera's listener. + + + + + + -- cgit v1.2.3