.. 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/SkeletonModification2DLookAt.xml. .. _class_SkeletonModification2DLookAt: SkeletonModification2DLookAt ============================ **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:`NodePath` | :ref:`bone2d_node` | ``NodePath("")`` | +---------------------------------+-------------------------------------------------------------------------------------+------------------+ | :ref:`int` | :ref:`bone_index` | ``-1`` | +---------------------------------+-------------------------------------------------------------------------------------+------------------+ | :ref:`NodePath` | :ref:`target_nodepath` | ``NodePath("")`` | +---------------------------------+-------------------------------------------------------------------------------------+------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_additional_rotation` **(** **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_constraint_angle_invert` **(** **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_constraint_angle_max` **(** **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_constraint_angle_min` **(** **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_enable_constraint` **(** **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_additional_rotation` **(** :ref:`float` rotation **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_constraint_angle_invert` **(** :ref:`bool` invert **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_constraint_angle_max` **(** :ref:`float` angle_max **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_constraint_angle_min` **(** :ref:`float` angle_min **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_enable_constraint` **(** :ref:`bool` enable_constraint **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SkeletonModification2DLookAt_property_bone2d_node: .. rst-class:: classref-property :ref:`NodePath` **bone2d_node** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_bone2d_node** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_bone2d_node** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_property_bone_index: .. rst-class:: classref-property :ref:`int` **bone_index** = ``-1`` .. rst-class:: classref-property-setget - void **set_bone_index** **(** :ref:`int` value **)** - :ref:`int` **get_bone_index** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_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-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_SkeletonModification2DLookAt_method_get_additional_rotation: .. rst-class:: classref-method :ref:`float` **get_additional_rotation** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_get_constraint_angle_invert: .. rst-class:: classref-method :ref:`bool` **get_constraint_angle_invert** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_get_constraint_angle_max: .. rst-class:: classref-method :ref:`float` **get_constraint_angle_max** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_get_constraint_angle_min: .. rst-class:: classref-method :ref:`float` **get_constraint_angle_min** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_get_enable_constraint: .. rst-class:: classref-method :ref:`bool` **get_enable_constraint** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_set_additional_rotation: .. rst-class:: classref-method void **set_additional_rotation** **(** :ref:`float` rotation **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonModification2DLookAt_method_set_constraint_angle_invert: .. rst-class:: classref-method void **set_constraint_angle_invert** **(** :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_SkeletonModification2DLookAt_method_set_constraint_angle_max: .. rst-class:: classref-method void **set_constraint_angle_max** **(** :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_SkeletonModification2DLookAt_method_set_constraint_angle_min: .. rst-class:: classref-method void **set_constraint_angle_min** **(** :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_SkeletonModification2DLookAt_method_set_enable_constraint: .. rst-class:: classref-method void **set_enable_constraint** **(** :ref:`bool` enable_constraint **)** .. 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.)`