summaryrefslogtreecommitdiff
path: root/doc/classes/ARVRController.xml
diff options
context:
space:
mode:
authorChris Bradfield <cb@scribe.net>2017-10-22 15:57:03 -0700
committerGitHub <noreply@github.com>2017-10-22 15:57:03 -0700
commit99493e2243ddb40072b961f94a36e1d6dbcc599d (patch)
tree431540a82a97c5c26b6025fd64cc9a84156189f0 /doc/classes/ARVRController.xml
parent0564f96ab461ffd6eec6662c7a83cc8d2c498206 (diff)
parentaaa4142a37e77e1974e7620a50cf6d9682c5dc51 (diff)
Merge pull request #12305 from Grosskopf/arvr-docs
[DOCS] added some arvr docs
Diffstat (limited to 'doc/classes/ARVRController.xml')
-rw-r--r--doc/classes/ARVRController.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/ARVRController.xml b/doc/classes/ARVRController.xml
index 557f915c1d..af1deda2f0 100644
--- a/doc/classes/ARVRController.xml
+++ b/doc/classes/ARVRController.xml
@@ -31,6 +31,7 @@
<return type="int" enum="ARVRPositionalTracker.TrackerHand">
</return>
<description>
+ Returns the hand holding this controller, if known. See TRACKER_* constants in [ARVRPositionalTracker].
</description>
</method>
<method name="get_is_active" qualifiers="const">
@@ -77,6 +78,7 @@
</methods>
<members>
<member name="controller_id" type="int" setter="set_controller_id" getter="get_controller_id">
+ The controller's id. The first controller that the [ARVRServer] detects will have id 1, the second id 2, the third id 3, etc. When a controller is turned off, it's slot is freed. This ensures controllers will keep the same id even when controllers with lower ids are turned off.
</member>
</members>
<signals>