From 888deca8272ab10e0eb415fd27dd8413b56ca83e Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 15 Apr 2020 15:22:14 -0400 Subject: Rename XR get_type and get_name Now called get_tracker_type and get_tracker_name --- doc/classes/XRPositionalTracker.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc') diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index 0b57c9478f..5ed7a26b19 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -33,13 +33,6 @@ Returns the mesh related to a controller or anchor point if one is available. - - - - - Returns the controller or anchor point's name if available. - - @@ -61,6 +54,20 @@ 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 [XRController3D] and [XRAnchor3D] nodes. + + + + + Returns the controller or anchor point's name, if applicable. + + + + + + + Returns the tracker's type, which will be one of the values from the [enum XRServer.TrackerType] enum. + + @@ -84,13 +91,6 @@ Returns the transform combining this device's orientation and position. - - - - - Returns the tracker's type. - - -- cgit v1.2.3