.. 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/SkeletonModification2DCCDIK.xml. .. _class_SkeletonModification2DCCDIK: SkeletonModification2DCCDIK =========================== **Inherits:** :ref:`SkeletonModification2D` **<** :ref:`Resource` **<** :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:`int` | :ref:`ccdik_data_chain_length` | ``0`` | +---------------------------------+----------------------------------------------------------------------------------------------------+------------------+ | :ref:`NodePath` | :ref:`target_nodepath` | ``NodePath("")`` | +---------------------------------+----------------------------------------------------------------------------------------------------+------------------+ | :ref:`NodePath` | :ref:`tip_nodepath` | ``NodePath("")`` | +---------------------------------+----------------------------------------------------------------------------------------------------+------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_ccdik_joint_bone2d_node` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_ccdik_joint_bone_index` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_ccdik_joint_constraint_angle_invert` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_ccdik_joint_constraint_angle_max` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_ccdik_joint_constraint_angle_min` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_ccdik_joint_enable_constraint` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_ccdik_joint_rotate_from_joint` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_bone2d_node` **(** :ref:`int` joint_idx, :ref:`NodePath` bone2d_nodepath **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_bone_index` **(** :ref:`int` joint_idx, :ref:`int` bone_idx **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_constraint_angle_invert` **(** :ref:`int` joint_idx, :ref:`bool` invert **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_constraint_angle_max` **(** :ref:`int` joint_idx, :ref:`float` angle_max **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_constraint_angle_min` **(** :ref:`int` joint_idx, :ref:`float` angle_min **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_enable_constraint` **(** :ref:`int` joint_idx, :ref:`bool` enable_constraint **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ccdik_joint_rotate_from_joint` **(** :ref:`int` joint_idx, :ref:`bool` rotate_from_joint **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SkeletonModification2DCCDIK_property_ccdik_data_chain_length: .. rst-class:: classref-property :ref:`int` **ccdik_data_chain_length** = ``0`` .. rst-class:: classref-property-setget - void **set_ccdik_data_chain_length** **(** :ref:`int` value **)** - :ref:`int` **get_ccdik_data_chain_length** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_property_target_nodepath: .. rst-class:: classref-property :ref:`NodePath` **target_nodepath** = ``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_SkeletonModification2DCCDIK_property_tip_nodepath: .. rst-class:: classref-property :ref:`NodePath` **tip_nodepath** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_tip_node** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_tip_node** **(** **)** .. 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_SkeletonModification2DCCDIK_method_get_ccdik_joint_bone2d_node: .. rst-class:: classref-method :ref:`NodePath` **get_ccdik_joint_bone2d_node** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_bone_index: .. rst-class:: classref-method :ref:`int` **get_ccdik_joint_bone_index** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_constraint_angle_invert: .. rst-class:: classref-method :ref:`bool` **get_ccdik_joint_constraint_angle_invert** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_constraint_angle_max: .. rst-class:: classref-method :ref:`float` **get_ccdik_joint_constraint_angle_max** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_constraint_angle_min: .. rst-class:: classref-method :ref:`float` **get_ccdik_joint_constraint_angle_min** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_enable_constraint: .. rst-class:: classref-method :ref:`bool` **get_ccdik_joint_enable_constraint** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_get_ccdik_joint_rotate_from_joint: .. rst-class:: classref-method :ref:`bool` **get_ccdik_joint_rotate_from_joint** **(** :ref:`int` joint_idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_bone2d_node: .. rst-class:: classref-method void **set_ccdik_joint_bone2d_node** **(** :ref:`int` joint_idx, :ref:`NodePath` bone2d_nodepath **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_bone_index: .. rst-class:: classref-method void **set_ccdik_joint_bone_index** **(** :ref:`int` joint_idx, :ref:`int` bone_idx **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_constraint_angle_invert: .. rst-class:: classref-method void **set_ccdik_joint_constraint_angle_invert** **(** :ref:`int` joint_idx, :ref:`bool` invert **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_constraint_angle_max: .. rst-class:: classref-method void **set_ccdik_joint_constraint_angle_max** **(** :ref:`int` joint_idx, :ref:`float` angle_max **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_constraint_angle_min: .. rst-class:: classref-method void **set_ccdik_joint_constraint_angle_min** **(** :ref:`int` joint_idx, :ref:`float` angle_min **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_enable_constraint: .. rst-class:: classref-method void **set_ccdik_joint_enable_constraint** **(** :ref:`int` joint_idx, :ref:`bool` enable_constraint **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DCCDIK_method_set_ccdik_joint_rotate_from_joint: .. rst-class:: classref-method void **set_ccdik_joint_rotate_from_joint** **(** :ref:`int` joint_idx, :ref:`bool` rotate_from_joint **)** .. 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.)`