Merge pull request #34962 from KoBeWi/randocs

Complete documentation of various classes
This commit is contained in:
Rémi Verschelde 2020-01-10 14:41:30 +01:00 committed by GitHub
commit 673f4fabd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 54 additions and 3 deletions

View file

@ -15,8 +15,10 @@
Contains the audio data in bytes.
</member>
<member name="loop" type="bool" setter="set_loop" getter="has_loop" default="false">
If [code]true[/code], the stream will automatically loop when it reaches the end.
</member>
<member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset" default="0.0">
Time in seconds at which the stream starts after being looped.
</member>
</members>
<constants>