aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/AudioStreamPlayer2D.xml
diff options
context:
space:
mode:
authorNobelix2018-05-04 13:31:11 +0200
committerNobelix2018-05-04 13:31:11 +0200
commit83c4fc2c88ef3ed2016c1c9182dfcec3d78cb240 (patch)
treec4de7cab0bd1d4313bd1ac3278d721d671361539 /doc/classes/AudioStreamPlayer2D.xml
parentffb6f8f1ca6ae1991fa0e4d6d28d56952ccfc359 (diff)
downloadgodot-83c4fc2c88ef3ed2016c1c9182dfcec3d78cb240.tar.gz
godot-83c4fc2c88ef3ed2016c1c9182dfcec3d78cb240.tar.zst
godot-83c4fc2c88ef3ed2016c1c9182dfcec3d78cb240.zip
Added a description to the picth_scale property in the AudioStreamPlayer classes.
Diffstat (limited to '')
-rw-r--r--doc/classes/AudioStreamPlayer2D.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AudioStreamPlayer2D.xml b/doc/classes/AudioStreamPlayer2D.xml
index 495d37e6b..81beab245 100644
--- a/doc/classes/AudioStreamPlayer2D.xml
+++ b/doc/classes/AudioStreamPlayer2D.xml
@@ -63,6 +63,7 @@
Maximum distance from which audio is still hearable.
</member>
<member name="pitch_scale" type="float" setter="set_pitch_scale" getter="get_pitch_scale">
+ Changes the pitch and the tempo of the audio.
</member>
<member name="playing" type="bool" setter="_set_playing" getter="is_playing">
If [code]true[/code] audio is playing.