summaryrefslogtreecommitdiff
path: root/doc/classes/ARVRPositionalTracker.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-07 11:09:21 +0200
committerGitHub <noreply@github.com>2019-04-07 11:09:21 +0200
commit35f06eb43752adeb15e747ead891edade637683e (patch)
tree216976ec536d4c8743e30502a012042bc5299db1 /doc/classes/ARVRPositionalTracker.xml
parent134be5c728a8e54fe248c654daa30986d2153c1b (diff)
parent005fb622845a198bae9300859559e623d2508cc0 (diff)
Merge pull request #25630 from BastiaanOlij/arvr_positional_mesh
Added a mesh interface to the arvr positional trackers
Diffstat (limited to 'doc/classes/ARVRPositionalTracker.xml')
-rw-r--r--doc/classes/ARVRPositionalTracker.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/ARVRPositionalTracker.xml b/doc/classes/ARVRPositionalTracker.xml
index c1be8d2356..c2e48b878b 100644
--- a/doc/classes/ARVRPositionalTracker.xml
+++ b/doc/classes/ARVRPositionalTracker.xml
@@ -27,6 +27,13 @@
If this is a controller that is being tracked the controller will also be represented by a joystick entry with this id.
</description>
</method>
+ <method name="get_mesh" qualifiers="const">
+ <return type="Mesh">
+ </return>
+ <description>
+ Returns the mesh related to a controller or anchor point if one is available.
+ </description>
+ </method>
<method name="get_name" qualifiers="const">
<return type="String">
</return>