Added Documentation of AudioStream

This commit is contained in:
Grosskopf
2017-09-16 23:12:52 +02:00
parent 27370a9d16
commit 10269b74c8
3 changed files with 22 additions and 0 deletions

View File

@@ -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>