.. 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/SkeletonIK3D.xml. .. _class_SkeletonIK3D: SkeletonIK3D ============ **Inherits:** :ref:`SkeletonModifier3D` **<** :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:`float` | :ref:`interpolation` | | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`magnet` | ``Vector3(0, 0, 0)`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`max_iterations` | ``10`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`min_distance` | ``0.01`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`override_tip_basis` | ``true`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`StringName` | :ref:`root_bone` | ``&""`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`target` | ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`NodePath` | :ref:`target_node` | ``NodePath("")`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`StringName` | :ref:`tip_bone` | ``&""`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`use_magnet` | ``false`` | +---------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`Skeleton3D` | :ref:`get_parent_skeleton` **(** **)** |const| | +-------------------------------------+--------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_running` **(** **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------+ | void | :ref:`start` **(** :ref:`bool` one_time=false **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------+ | void | :ref:`stop` **(** **)** | +-------------------------------------+--------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SkeletonIK3D_property_interpolation: .. rst-class:: classref-property :ref:`float` **interpolation** .. rst-class:: classref-property-setget - void **set_interpolation** **(** :ref:`float` value **)** - :ref:`float` **get_interpolation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_magnet: .. rst-class:: classref-property :ref:`Vector3` **magnet** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_magnet_position** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_magnet_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_max_iterations: .. rst-class:: classref-property :ref:`int` **max_iterations** = ``10`` .. rst-class:: classref-property-setget - void **set_max_iterations** **(** :ref:`int` value **)** - :ref:`int` **get_max_iterations** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_min_distance: .. rst-class:: classref-property :ref:`float` **min_distance** = ``0.01`` .. rst-class:: classref-property-setget - void **set_min_distance** **(** :ref:`float` value **)** - :ref:`float` **get_min_distance** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_override_tip_basis: .. rst-class:: classref-property :ref:`bool` **override_tip_basis** = ``true`` .. rst-class:: classref-property-setget - void **set_override_tip_basis** **(** :ref:`bool` value **)** - :ref:`bool` **is_override_tip_basis** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_root_bone: .. rst-class:: classref-property :ref:`StringName` **root_bone** = ``&""`` .. rst-class:: classref-property-setget - void **set_root_bone** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_root_bone** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_target: .. rst-class:: classref-property :ref:`Transform3D` **target** = ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_target_transform** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_target_transform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_target_node: .. rst-class:: classref-property :ref:`NodePath` **target_node** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_target_node** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_target_node** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_tip_bone: .. rst-class:: classref-property :ref:`StringName` **tip_bone** = ``&""`` .. rst-class:: classref-property-setget - void **set_tip_bone** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_tip_bone** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_property_use_magnet: .. rst-class:: classref-property :ref:`bool` **use_magnet** = ``false`` .. rst-class:: classref-property-setget - void **set_use_magnet** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_magnet** **(** **)** .. 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_SkeletonIK3D_method_get_parent_skeleton: .. rst-class:: classref-method :ref:`Skeleton3D` **get_parent_skeleton** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_method_is_running: .. rst-class:: classref-method :ref:`bool` **is_running** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_method_start: .. rst-class:: classref-method void **start** **(** :ref:`bool` one_time=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonIK3D_method_stop: .. rst-class:: classref-method void **stop** **(** **)** .. 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.)`