mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Added Documentation of AudioStream
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user