mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (705b7a0)
This commit is contained in:
@@ -77,7 +77,7 @@ Signals
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**tracking_changed**\ (\ tracking\: :ref:`bool<class_bool>`\ )
|
||||
**tracking_changed**\ (\ tracking\: :ref:`bool<class_bool>`\ ) :ref:`🔗<class_XRNode3D_signal_tracking_changed>`
|
||||
|
||||
Emitted when the :ref:`tracker<class_XRNode3D_property_tracker>` starts or stops receiving updated tracking data for the :ref:`pose<class_XRNode3D_property_pose>` being tracked. The ``tracking`` argument indicates whether the tracker is getting updated tracking data.
|
||||
|
||||
@@ -94,7 +94,7 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`StringName<class_StringName>` **pose** = ``&"default"``
|
||||
:ref:`StringName<class_StringName>` **pose** = ``&"default"`` :ref:`🔗<class_XRNode3D_property_pose>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -113,7 +113,7 @@ Godot defines number of standard pose names such as ``aim`` and ``grip`` but oth
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`bool<class_bool>` **show_when_tracked** = ``false``
|
||||
:ref:`bool<class_bool>` **show_when_tracked** = ``false`` :ref:`🔗<class_XRNode3D_property_show_when_tracked>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -130,7 +130,7 @@ Enables showing the node when tracking starts, and hiding the node when tracking
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`StringName<class_StringName>` **tracker** = ``&""``
|
||||
:ref:`StringName<class_StringName>` **tracker** = ``&""`` :ref:`🔗<class_XRNode3D_property_tracker>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -154,7 +154,7 @@ Method Descriptions
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`bool<class_bool>` **get_has_tracking_data**\ (\ ) |const|
|
||||
:ref:`bool<class_bool>` **get_has_tracking_data**\ (\ ) |const| :ref:`🔗<class_XRNode3D_method_get_has_tracking_data>`
|
||||
|
||||
Returns ``true`` if the :ref:`tracker<class_XRNode3D_property_tracker>` has current tracking data for the :ref:`pose<class_XRNode3D_property_pose>` being tracked.
|
||||
|
||||
@@ -166,7 +166,7 @@ Returns ``true`` if the :ref:`tracker<class_XRNode3D_property_tracker>` has curr
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`bool<class_bool>` **get_is_active**\ (\ ) |const|
|
||||
:ref:`bool<class_bool>` **get_is_active**\ (\ ) |const| :ref:`🔗<class_XRNode3D_method_get_is_active>`
|
||||
|
||||
Returns ``true`` if the :ref:`tracker<class_XRNode3D_property_tracker>` has been registered and the :ref:`pose<class_XRNode3D_property_pose>` is being tracked.
|
||||
|
||||
@@ -178,7 +178,7 @@ Returns ``true`` if the :ref:`tracker<class_XRNode3D_property_tracker>` has been
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`XRPose<class_XRPose>` **get_pose**\ (\ )
|
||||
:ref:`XRPose<class_XRPose>` **get_pose**\ (\ ) :ref:`🔗<class_XRNode3D_method_get_pose>`
|
||||
|
||||
Returns the :ref:`XRPose<class_XRPose>` containing the current state of the pose being tracked. This gives access to additional properties of this pose.
|
||||
|
||||
@@ -190,7 +190,7 @@ Returns the :ref:`XRPose<class_XRPose>` containing the current state of the pose
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **trigger_haptic_pulse**\ (\ action_name\: :ref:`String<class_String>`, frequency\: :ref:`float<class_float>`, amplitude\: :ref:`float<class_float>`, duration_sec\: :ref:`float<class_float>`, delay_sec\: :ref:`float<class_float>`\ )
|
||||
|void| **trigger_haptic_pulse**\ (\ action_name\: :ref:`String<class_String>`, frequency\: :ref:`float<class_float>`, amplitude\: :ref:`float<class_float>`, duration_sec\: :ref:`float<class_float>`, delay_sec\: :ref:`float<class_float>`\ ) :ref:`🔗<class_XRNode3D_method_trigger_haptic_pulse>`
|
||||
|
||||
Triggers a haptic pulse on a device associated with this interface.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user