diff options
author | Bastiaan Olij <mux213@gmail.com> | 2020-02-27 22:09:23 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2020-03-04 10:22:26 +0100 |
commit | f0b1edef8b5e3751caae6b1bc8fadf004c1578a9 (patch) | |
tree | 3e6b2fb5676942188cab5e151fa2707fd78ea586 /doc/classes | |
parent | aee36ec01b346a9b1bef607eb0b66722f58eeca1 (diff) |
Exposing get_tracker_id for ARVRPositionalTracker to GDScript
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ARVRPositionalTracker.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/ARVRPositionalTracker.xml b/doc/classes/ARVRPositionalTracker.xml index 9225717978..640b721d37 100644 --- a/doc/classes/ARVRPositionalTracker.xml +++ b/doc/classes/ARVRPositionalTracker.xml @@ -54,6 +54,13 @@ Returns the world-space controller position. </description> </method> + <method name="get_tracker_id" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the internal tracker ID. This uniquely identifies the tracker per tracker type and matches the ID you need to specify for nodes such as the [ARVRController] and [ARVRAnchor] nodes. + </description> + </method> <method name="get_tracks_orientation" qualifiers="const"> <return type="bool"> </return> |