Merge pull request #29310 from follower/patch-4
Improve AudioStreamSample documentation.
This commit is contained in:
commit
7310c84367
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="AudioStreamSample" inherits="AudioStream" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
Plays audio.
|
||||
Stores audio data loaded from [code].wav[/code] files.
|
||||
</brief_description>
|
||||
<description>
|
||||
Plays audio, can loop.
|
||||
AudioStreamSample stores sound samples loaded from [code].wav[/code] files. To play the stored sound use an [AudioStreamPlayer] (for background music) or [AudioStreamPlayer2D]/[AudioStreamPlayer3D] (for positional audio). The sound can be looped.
|
||||
This class can also be used to store dynamically generated PCM audio data.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
Loading…
Reference in a new issue