.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/XRPose.xml. .. _class_XRPose: XRPose ====== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`angular_velocity` | ``Vector3(0, 0, 0)`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`has_tracking_data` | ``false`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`linear_velocity` | ``Vector3(0, 0, 0)`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`StringName` | :ref:`name` | ``&""`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`TrackingConfidence` | :ref:`tracking_confidence` | ``0`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`transform` | ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` | +-----------------------------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+-----------------------------------------------------------------------------------------------+ | :ref:`Transform3D` | :ref:`get_adjusted_transform` **(** **)** |const| | +---------------------------------------+-----------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_XRPose_TrackingConfidence: .. rst-class:: classref-enumeration enum **TrackingConfidence**: .. _class_XRPose_constant_XR_TRACKING_CONFIDENCE_NONE: .. rst-class:: classref-enumeration-constant :ref:`TrackingConfidence` **XR_TRACKING_CONFIDENCE_NONE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_XRPose_constant_XR_TRACKING_CONFIDENCE_LOW: .. rst-class:: classref-enumeration-constant :ref:`TrackingConfidence` **XR_TRACKING_CONFIDENCE_LOW** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_XRPose_constant_XR_TRACKING_CONFIDENCE_HIGH: .. rst-class:: classref-enumeration-constant :ref:`TrackingConfidence` **XR_TRACKING_CONFIDENCE_HIGH** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_XRPose_property_angular_velocity: .. rst-class:: classref-property :ref:`Vector3` **angular_velocity** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_angular_velocity** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_angular_velocity** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_XRPose_property_has_tracking_data: .. rst-class:: classref-property :ref:`bool` **has_tracking_data** = ``false`` .. rst-class:: classref-property-setget - void **set_has_tracking_data** **(** :ref:`bool` value **)** - :ref:`bool` **get_has_tracking_data** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_XRPose_property_linear_velocity: .. rst-class:: classref-property :ref:`Vector3` **linear_velocity** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_linear_velocity** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_linear_velocity** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_XRPose_property_name: .. rst-class:: classref-property :ref:`StringName` **name** = ``&""`` .. rst-class:: classref-property-setget - void **set_name** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_name** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_XRPose_property_tracking_confidence: .. rst-class:: classref-property :ref:`TrackingConfidence` **tracking_confidence** = ``0`` .. rst-class:: classref-property-setget - void **set_tracking_confidence** **(** :ref:`TrackingConfidence` value **)** - :ref:`TrackingConfidence` **get_tracking_confidence** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_XRPose_property_transform: .. rst-class:: classref-property :ref:`Transform3D` **transform** = ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_transform** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_transform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_XRPose_method_get_adjusted_transform: .. rst-class:: classref-method :ref:`Transform3D` **get_adjusted_transform** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`