summaryrefslogtreecommitdiffstats
path: root/doc/classes/XRPositionalTracker.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-15/+7
| | | | drive node positions and visibility.
* Fix typos in documentation: `than/then` and `loose/lose`Septian2023-10-041-1/+1
|
* Added XR tracking-state change signalsMalcolm Nixon2023-09-031-0/+6
| | | | | Add "pose_lost_tracking" signal to XRPositionalTracker. Add "tracking_changed" signal to XRNode3D.
* 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?
* Rename getters and signals on XR nodes to be consistant with input typesBastiaan Olij2023-01-231-6/+6
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-2/+2
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-19/+19
|
* Fix tutorial links in XR classes docspython2732022-07-221-1/+1
|
* Adding signals and events to OpenXR interfaceBastiaan Olij2022-03-101-0/+9
| | | | Improving interaction profile logic
* Implementing OpenXR driverBastiaan Olij2022-02-231-3/+0
|
* 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.
* Adding a tracking confidence state to XRPoseBastiaan Olij2022-01-201-1/+2
|
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Rework XR positional trackersBastiaan Olij2021-10-171-47/+74
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-24/+12
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
|
* Update documentation for Transform3DAaron Franke2021-06-031-1/+1
|
* Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-291-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-16/+16
|
* Rename XRPositionalTracker methodsMarcel Admiraal2020-12-211-5/+5
| | | | | | | | | | Renames: - set_type() -> set_tracker_type() - set_name() -> set_tracker_name() - get_tracks_orientation() - `is_tracking_orientation() - get_tracks_position() -> `is_tracking_position() - get_hand() -> get_tracker_hand() - set_hand() -> set_tracker_hand()
* Rename TrackerHand enumsMarcel Admiraal2020-12-101-2/+2
| | | | | | Renames: TRACKER_LEFT_HAND -> TRACKER_HAND_LEFT TRACKER_RIGHT_HAND -> TRACKER_HAND_RIGHT
* Rename XR get_type and get_nameAaron Franke2020-12-041-14/+14
| | | Now called get_tracker_type and get_tracker_name
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-0/+111