.. 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/SkeletonModification2DJiggle.xml. .. _class_SkeletonModification2DJiggle: SkeletonModification2DJiggle ============================ **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:`float` | :ref:`damping` | ``0.75`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`Vector2` | :ref:`gravity` | ``Vector2(0, 6)`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`int` | :ref:`jiggle_data_chain_length` | ``0`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`float` | :ref:`mass` | ``0.75`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`float` | :ref:`stiffness` | ``3.0`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`NodePath` | :ref:`target_nodepath` | ``NodePath("")`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ | :ref:`bool` | :ref:`use_gravity` | ``false`` | +---------------------------------+-------------------------------------------------------------------------------------------------------+-------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_collision_mask` **(** **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_jiggle_joint_bone2d_node` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_jiggle_joint_bone_index` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_jiggle_joint_damping` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_jiggle_joint_gravity` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_jiggle_joint_mass` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_jiggle_joint_override` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_jiggle_joint_stiffness` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_jiggle_joint_use_gravity` **(** :ref:`int` joint_idx **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_use_colliders` **(** **)** |const| | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_collision_mask` **(** :ref:`int` collision_mask **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_bone2d_node` **(** :ref:`int` joint_idx, :ref:`NodePath` bone2d_node **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_bone_index` **(** :ref:`int` joint_idx, :ref:`int` bone_idx **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_damping` **(** :ref:`int` joint_idx, :ref:`float` damping **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_gravity` **(** :ref:`int` joint_idx, :ref:`Vector2` gravity **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_mass` **(** :ref:`int` joint_idx, :ref:`float` mass **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_override` **(** :ref:`int` joint_idx, :ref:`bool` override **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_stiffness` **(** :ref:`int` joint_idx, :ref:`float` stiffness **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_jiggle_joint_use_gravity` **(** :ref:`int` joint_idx, :ref:`bool` use_gravity **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_use_colliders` **(** :ref:`bool` use_colliders **)** | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SkeletonModification2DJiggle_property_damping: .. rst-class:: classref-property :ref:`float` **damping** = ``0.75`` .. rst-class:: classref-property-setget - void **set_damping** **(** :ref:`float` value **)** - :ref:`float` **get_damping** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_property_gravity: .. rst-class:: classref-property :ref:`Vector2` **gravity** = ``Vector2(0, 6)`` .. rst-class:: classref-property-setget - void **set_gravity** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_gravity** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_property_jiggle_data_chain_length: .. rst-class:: classref-property :ref:`int` **jiggle_data_chain_length** = ``0`` .. rst-class:: classref-property-setget - void **set_jiggle_data_chain_length** **(** :ref:`int` value **)** - :ref:`int` **get_jiggle_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_SkeletonModification2DJiggle_property_mass: .. rst-class:: classref-property :ref:`float` **mass** = ``0.75`` .. rst-class:: classref-property-setget - void **set_mass** **(** :ref:`float` value **)** - :ref:`float` **get_mass** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_property_stiffness: .. rst-class:: classref-property :ref:`float` **stiffness** = ``3.0`` .. rst-class:: classref-property-setget - void **set_stiffness** **(** :ref:`float` value **)** - :ref:`float` **get_stiffness** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_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_SkeletonModification2DJiggle_property_use_gravity: .. rst-class:: classref-property :ref:`bool` **use_gravity** = ``false`` .. rst-class:: classref-property-setget - void **set_use_gravity** **(** :ref:`bool` value **)** - :ref:`bool` **get_use_gravity** **(** **)** .. 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_SkeletonModification2DJiggle_method_get_collision_mask: .. rst-class:: classref-method :ref:`int` **get_collision_mask** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_get_jiggle_joint_bone2d_node: .. rst-class:: classref-method :ref:`NodePath` **get_jiggle_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_SkeletonModification2DJiggle_method_get_jiggle_joint_bone_index: .. rst-class:: classref-method :ref:`int` **get_jiggle_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_SkeletonModification2DJiggle_method_get_jiggle_joint_damping: .. rst-class:: classref-method :ref:`float` **get_jiggle_joint_damping** **(** :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_SkeletonModification2DJiggle_method_get_jiggle_joint_gravity: .. rst-class:: classref-method :ref:`Vector2` **get_jiggle_joint_gravity** **(** :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_SkeletonModification2DJiggle_method_get_jiggle_joint_mass: .. rst-class:: classref-method :ref:`float` **get_jiggle_joint_mass** **(** :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_SkeletonModification2DJiggle_method_get_jiggle_joint_override: .. rst-class:: classref-method :ref:`bool` **get_jiggle_joint_override** **(** :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_SkeletonModification2DJiggle_method_get_jiggle_joint_stiffness: .. rst-class:: classref-method :ref:`float` **get_jiggle_joint_stiffness** **(** :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_SkeletonModification2DJiggle_method_get_jiggle_joint_use_gravity: .. rst-class:: classref-method :ref:`bool` **get_jiggle_joint_use_gravity** **(** :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_SkeletonModification2DJiggle_method_get_use_colliders: .. rst-class:: classref-method :ref:`bool` **get_use_colliders** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_collision_mask: .. rst-class:: classref-method void **set_collision_mask** **(** :ref:`int` collision_mask **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_bone2d_node: .. rst-class:: classref-method void **set_jiggle_joint_bone2d_node** **(** :ref:`int` joint_idx, :ref:`NodePath` bone2d_node **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_bone_index: .. rst-class:: classref-method void **set_jiggle_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_SkeletonModification2DJiggle_method_set_jiggle_joint_damping: .. rst-class:: classref-method void **set_jiggle_joint_damping** **(** :ref:`int` joint_idx, :ref:`float` damping **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_gravity: .. rst-class:: classref-method void **set_jiggle_joint_gravity** **(** :ref:`int` joint_idx, :ref:`Vector2` gravity **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_mass: .. rst-class:: classref-method void **set_jiggle_joint_mass** **(** :ref:`int` joint_idx, :ref:`float` mass **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_override: .. rst-class:: classref-method void **set_jiggle_joint_override** **(** :ref:`int` joint_idx, :ref:`bool` override **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_stiffness: .. rst-class:: classref-method void **set_jiggle_joint_stiffness** **(** :ref:`int` joint_idx, :ref:`float` stiffness **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_jiggle_joint_use_gravity: .. rst-class:: classref-method void **set_jiggle_joint_use_gravity** **(** :ref:`int` joint_idx, :ref:`bool` use_gravity **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DJiggle_method_set_use_colliders: .. rst-class:: classref-method void **set_use_colliders** **(** :ref:`bool` use_colliders **)** .. 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.)`