From d11cb5fe981f96cc1cf4d30c48913e1b3686089e Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sat, 5 Mar 2022 21:09:21 +1100 Subject: Adding signals and events to OpenXR interface Improving interaction profile logic --- doc/classes/XRPositionalTracker.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index da378759d8..d15558c9e8 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -72,6 +72,9 @@ - [code]left_hand[/code] identifies the controller held in the players left hand - [code]right_hand[/code] identifies the controller held in the players right hand + + The profile associated with this tracker, interface dependent but will indicate the type of controller being tracked. + The type of tracker. @@ -109,6 +112,12 @@ Emitted when the state of a pose tracked by this tracker changes. + + + + Emitted when the profile of our tracker changes. + + -- cgit v1.2.3