classref: Sync with current master branch (46a568e0a)

This commit is contained in:
Rémi Verschelde
2022-08-31 15:18:54 +02:00
parent b08b95d4f5
commit 465dd176b6
378 changed files with 17124 additions and 13692 deletions

View File

@@ -228,7 +228,7 @@ Returns an input for this tracker. It can return a boolean, float or :ref:`Vecto
- :ref:`XRPose<class_XRPose>` **get_pose** **(** :ref:`StringName<class_StringName>` name **)** |const|
Returns the current :ref:`XRPose<class_XRPose>` state object for the bound ``pose``.
Returns the current :ref:`XRPose<class_XRPose>` state object for the bound ``name`` pose.
----
@@ -236,7 +236,7 @@ Returns the current :ref:`XRPose<class_XRPose>` state object for the bound ``pos
- :ref:`bool<class_bool>` **has_pose** **(** :ref:`StringName<class_StringName>` name **)** |const|
Returns ``true`` if the bound ``tracker`` is available and is currently tracking the bound ``pose``.
Returns ``true`` if the tracker is available and is currently tracking the bound ``name`` pose.
----