:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.5/doc/classes/Skin.xml. .. _class_Skin: Skin ==== **Inherits:** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` Methods ------- +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_bind` **(** :ref:`int` bone, :ref:`Transform` pose **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_binds` **(** **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_bind_bone` **(** :ref:`int` bind_index **)** |const| | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_bind_count` **(** **)** |const| | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_bind_name` **(** :ref:`int` bind_index **)** |const| | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform` | :ref:`get_bind_pose` **(** :ref:`int` bind_index **)** |const| | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bind_bone` **(** :ref:`int` bind_index, :ref:`int` bone **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bind_count` **(** :ref:`int` bind_count **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bind_name` **(** :ref:`int` bind_index, :ref:`String` name **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bind_pose` **(** :ref:`int` bind_index, :ref:`Transform` pose **)** | +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+ Method Descriptions ------------------- .. _class_Skin_method_add_bind: - void **add_bind** **(** :ref:`int` bone, :ref:`Transform` pose **)** ---- .. _class_Skin_method_clear_binds: - void **clear_binds** **(** **)** ---- .. _class_Skin_method_get_bind_bone: - :ref:`int` **get_bind_bone** **(** :ref:`int` bind_index **)** |const| ---- .. _class_Skin_method_get_bind_count: - :ref:`int` **get_bind_count** **(** **)** |const| ---- .. _class_Skin_method_get_bind_name: - :ref:`String` **get_bind_name** **(** :ref:`int` bind_index **)** |const| ---- .. _class_Skin_method_get_bind_pose: - :ref:`Transform` **get_bind_pose** **(** :ref:`int` bind_index **)** |const| ---- .. _class_Skin_method_set_bind_bone: - void **set_bind_bone** **(** :ref:`int` bind_index, :ref:`int` bone **)** ---- .. _class_Skin_method_set_bind_count: - void **set_bind_count** **(** :ref:`int` bind_count **)** ---- .. _class_Skin_method_set_bind_name: - void **set_bind_name** **(** :ref:`int` bind_index, :ref:`String` name **)** ---- .. _class_Skin_method_set_bind_pose: - void **set_bind_pose** **(** :ref:`int` bind_index, :ref:`Transform` pose **)** .. |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.)`