summaryrefslogtreecommitdiffstats
path: root/doc/classes/XRNode3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix more miscellaneous oddities around the class referenceMicky2024-11-121-1/+1
|
* Couple of small fixes on the action map: now saves when CTRL-S is ↵Bastiaan Olij2024-07-111-0/+4
| | | | pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix.
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-0/+3
| | | | drive node positions and visibility.
* Added XR tracking-state change signalsMalcolm Nixon2023-09-031-0/+8
| | | | | Add "pose_lost_tracking" signal to XRPositionalTracker. Add "tracking_changed" signal to XRNode3D.
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-1/+1
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-5/+5
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Rework XR positional trackersBastiaan Olij2021-10-171-0/+53