summaryrefslogtreecommitdiff
path: root/doc/classes/AudioStreamRandomPitch.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-09-17 17:52:46 +0200
committerGitHub <noreply@github.com>2017-09-17 17:52:46 +0200
commit3531251902595f4d2d17cab7100b4ff7a1eee2c7 (patch)
tree3ad75d12d767c8a52046636df6763d1b4e87479f /doc/classes/AudioStreamRandomPitch.xml
parente6cd5be9722485490c628fdafe76f7e7104a286a (diff)
parent10269b74c84d15301bcb21ec0156f4b2b2457cb6 (diff)
Merge pull request #11353 from Grosskopf/audio-streams-docs
[DOCS] Added Documentation of the rest of the AudioStream files [ci skip]
Diffstat (limited to 'doc/classes/AudioStreamRandomPitch.xml')
-rw-r--r--doc/classes/AudioStreamRandomPitch.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/AudioStreamRandomPitch.xml b/doc/classes/AudioStreamRandomPitch.xml
index 91856682e6..1573a78d1f 100644
--- a/doc/classes/AudioStreamRandomPitch.xml
+++ b/doc/classes/AudioStreamRandomPitch.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="AudioStreamRandomPitch" inherits="AudioStream" category="Core" version="3.0.alpha.custom_build">
<brief_description>
+ Plays audio with random pitch tweaking.
</brief_description>
<description>
+ Randomly varies pitch on each start.
</description>
<tutorials>
</tutorials>
@@ -40,8 +42,10 @@
</methods>
<members>
<member name="audio_stream" type="AudioStream" setter="set_audio_stream" getter="get_audio_stream">
+ The current [AudioStream].
</member>
<member name="random_pitch" type="float" setter="set_random_pitch" getter="get_random_pitch">
+ The intensity of random pitch variation.
</member>
</members>
<constants>