.. 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/modules/openxr/doc_classes/OpenXRHand.xml. .. _class_OpenXRHand: OpenXRHand ========== **Inherits:** :ref:`Node3D` **<** :ref:`Node` **<** :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:`BoneUpdate` | :ref:`bone_update` | ``0`` | +-------------------------------------------------+---------------------------------------------------------------+------------------+ | :ref:`Hands` | :ref:`hand` | ``0`` | +-------------------------------------------------+---------------------------------------------------------------+------------------+ | :ref:`NodePath` | :ref:`hand_skeleton` | ``NodePath("")`` | +-------------------------------------------------+---------------------------------------------------------------+------------------+ | :ref:`MotionRange` | :ref:`motion_range` | ``0`` | +-------------------------------------------------+---------------------------------------------------------------+------------------+ | :ref:`SkeletonRig` | :ref:`skeleton_rig` | ``0`` | +-------------------------------------------------+---------------------------------------------------------------+------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_OpenXRHand_Hands: .. rst-class:: classref-enumeration enum **Hands**: .. _class_OpenXRHand_constant_HAND_LEFT: .. rst-class:: classref-enumeration-constant :ref:`Hands` **HAND_LEFT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_HAND_RIGHT: .. rst-class:: classref-enumeration-constant :ref:`Hands` **HAND_RIGHT** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_HAND_MAX: .. rst-class:: classref-enumeration-constant :ref:`Hands` **HAND_MAX** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_OpenXRHand_MotionRange: .. rst-class:: classref-enumeration enum **MotionRange**: .. _class_OpenXRHand_constant_MOTION_RANGE_UNOBSTRUCTED: .. rst-class:: classref-enumeration-constant :ref:`MotionRange` **MOTION_RANGE_UNOBSTRUCTED** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_MOTION_RANGE_CONFORM_TO_CONTROLLER: .. rst-class:: classref-enumeration-constant :ref:`MotionRange` **MOTION_RANGE_CONFORM_TO_CONTROLLER** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_MOTION_RANGE_MAX: .. rst-class:: classref-enumeration-constant :ref:`MotionRange` **MOTION_RANGE_MAX** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_OpenXRHand_SkeletonRig: .. rst-class:: classref-enumeration enum **SkeletonRig**: .. _class_OpenXRHand_constant_SKELETON_RIG_OPENXR: .. rst-class:: classref-enumeration-constant :ref:`SkeletonRig` **SKELETON_RIG_OPENXR** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_SKELETON_RIG_HUMANOID: .. rst-class:: classref-enumeration-constant :ref:`SkeletonRig` **SKELETON_RIG_HUMANOID** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_SKELETON_RIG_MAX: .. rst-class:: classref-enumeration-constant :ref:`SkeletonRig` **SKELETON_RIG_MAX** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_OpenXRHand_BoneUpdate: .. rst-class:: classref-enumeration enum **BoneUpdate**: .. _class_OpenXRHand_constant_BONE_UPDATE_FULL: .. rst-class:: classref-enumeration-constant :ref:`BoneUpdate` **BONE_UPDATE_FULL** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_BONE_UPDATE_ROTATION_ONLY: .. rst-class:: classref-enumeration-constant :ref:`BoneUpdate` **BONE_UPDATE_ROTATION_ONLY** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_OpenXRHand_constant_BONE_UPDATE_MAX: .. rst-class:: classref-enumeration-constant :ref:`BoneUpdate` **BONE_UPDATE_MAX** = ``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_OpenXRHand_property_bone_update: .. rst-class:: classref-property :ref:`BoneUpdate` **bone_update** = ``0`` .. rst-class:: classref-property-setget - void **set_bone_update** **(** :ref:`BoneUpdate` value **)** - :ref:`BoneUpdate` **get_bone_update** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRHand_property_hand: .. rst-class:: classref-property :ref:`Hands` **hand** = ``0`` .. rst-class:: classref-property-setget - void **set_hand** **(** :ref:`Hands` value **)** - :ref:`Hands` **get_hand** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRHand_property_hand_skeleton: .. rst-class:: classref-property :ref:`NodePath` **hand_skeleton** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_hand_skeleton** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_hand_skeleton** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRHand_property_motion_range: .. rst-class:: classref-property :ref:`MotionRange` **motion_range** = ``0`` .. rst-class:: classref-property-setget - void **set_motion_range** **(** :ref:`MotionRange` value **)** - :ref:`MotionRange` **get_motion_range** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRHand_property_skeleton_rig: .. rst-class:: classref-property :ref:`SkeletonRig` **skeleton_rig** = ``0`` .. rst-class:: classref-property-setget - void **set_skeleton_rig** **(** :ref:`SkeletonRig` value **)** - :ref:`SkeletonRig` **get_skeleton_rig** **(** **)** .. container:: contribute There is currently no description for this property. 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.)`