From fdf92ca298d59877707ba5da52b00f3e48435f86 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 10 Dec 2020 11:16:14 +0000 Subject: Rename XRPositionalTracker methods Renames: - set_type() -> set_tracker_type() - set_name() -> set_tracker_name() - get_tracks_orientation() - `is_tracking_orientation() - get_tracks_position() -> `is_tracking_position() - get_hand() -> get_tracker_hand() - set_hand() -> set_tracker_hand() --- doc/classes/XRController3D.xml | 2 +- doc/classes/XRPositionalTracker.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/classes/XRController3D.xml b/doc/classes/XRController3D.xml index 78684d10ee..345e5efdee 100644 --- a/doc/classes/XRController3D.xml +++ b/doc/classes/XRController3D.xml @@ -19,7 +19,7 @@ If active, returns the name of the associated controller if provided by the AR/VR SDK used. - + diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index 8cc3183f3f..36ff312e4d 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -12,7 +12,7 @@ https://docs.godotengine.org/en/latest/tutorials/vr/index.html - + @@ -68,18 +68,18 @@ Returns the tracker's type, which will be one of the values from the [enum XRServer.TrackerType] enum. - + - Returns [code]true[/code] if this device tracks orientation. + Returns [code]true[/code] if this device is tracking orientation. - + - Returns [code]true[/code] if this device tracks position. + Returns [code]true[/code] if this device is tracking position. -- cgit v1.2.3