summaryrefslogtreecommitdiffstats
path: root/modules/webxr/doc_classes
Commit message (Expand)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-6/+6
* Docs: remove duplicate wordsMax Hilbrunner2024-09-301-1/+1
* Improve WebXR API docs related to hand tracking supportDavid Snopek2024-06-261-6/+11
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...Malcolm Nixon2024-04-181-2/+2
* WebXR: Add support for hand trackingDavid Snopek2024-02-231-0/+4
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-6/+6
* Merge pull request #72938 from dsnopek/webxr-frame-rateRémi Verschelde2023-04-111-0/+24
|\
| * [WebXR] Add support for getting and setting display refresh rateDavid Snopek2023-02-101-0/+24
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Update WebXR tutorial link to point at the Godot 4 versionDavid Snopek2023-01-251-1/+1
* Class reference: snake_case .gd filenames, _on_*Doug Thompson2023-01-151-2/+2
* Get WebXR fully working in Godot 4!David Snopek2022-12-011-41/+64
* Fixed signal connection examples to use new callable syntax in the docsAnutrix2022-10-301-5/+5
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-2/+2
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-11/+11
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Rework XR positional trackersBastiaan Olij2021-10-171-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-26/+13
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Fix WebXRInterface code sample in the class referenceHugo Locurcio2021-01-301-61/+63
* Remove reference to CanvasLayer in WebXR example, because it can cause render...David Snopek2021-01-281-2/+4
* doc: Sync classref with current sourceRémi Verschelde2021-01-061-70/+70
* Add support for WebXRDavid Snopek2021-01-041-0/+253