aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/AudioStreamPlayer2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* updated AudioStream docs and added AudioServer docsGrosskopf2017-10-111-2/+3
|
* Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez2017-09-231-0/+6
| | | | classes
* doc: Sync classref with current sourceRémi Verschelde2017-09-231-6/+0
| | | | [ci skip]
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Added Documentation of AudioStreamPlayer2DGrosskopf2017-09-171-0/+15
| | | | | | | Fixxed according to comments Somehow that fix was messed up again Forgot some quotationmarks updated autoplay, tried again
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-1/+1
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-8/+8
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+171
possible to save module files in module directories and the build system will recognize them.