.. 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/SkeletonProfile.xml. .. _class_SkeletonProfile: SkeletonProfile =============== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` **Inherited By:** :ref:`SkeletonProfileHumanoid` .. 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:`bone_size` | ``0`` | +-------------------------------------+------------------------------------------------------------------------+---------+ | :ref:`int` | :ref:`group_size` | ``0`` | +-------------------------------------+------------------------------------------------------------------------+---------+ | :ref:`StringName` | :ref:`root_bone` | ``&""`` | +-------------------------------------+------------------------------------------------------------------------+---------+ | :ref:`StringName` | :ref:`scale_base_bone` | ``&""`` | +-------------------------------------+------------------------------------------------------------------------+---------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`find_bone` **(** :ref:`StringName` bone_name **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_bone_name` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_bone_parent` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_bone_tail` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_group` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_group_name` **(** :ref:`int` group_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_handle_offset` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform3D` | :ref:`get_reference_pose` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TailDirection` | :ref:`get_tail_direction` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Texture2D` | :ref:`get_texture` **(** :ref:`int` group_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_required` **(** :ref:`int` bone_idx **)** |const| | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bone_name` **(** :ref:`int` bone_idx, :ref:`StringName` bone_name **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bone_parent` **(** :ref:`int` bone_idx, :ref:`StringName` bone_parent **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bone_tail` **(** :ref:`int` bone_idx, :ref:`StringName` bone_tail **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_group` **(** :ref:`int` bone_idx, :ref:`StringName` group **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_group_name` **(** :ref:`int` group_idx, :ref:`StringName` group_name **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_handle_offset` **(** :ref:`int` bone_idx, :ref:`Vector2` handle_offset **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_reference_pose` **(** :ref:`int` bone_idx, :ref:`Transform3D` bone_name **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_required` **(** :ref:`int` bone_idx, :ref:`bool` required **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_tail_direction` **(** :ref:`int` bone_idx, :ref:`TailDirection` tail_direction **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_texture` **(** :ref:`int` group_idx, :ref:`Texture2D` texture **)** | +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_SkeletonProfile_signal_profile_updated: .. rst-class:: classref-signal **profile_updated** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_SkeletonProfile_TailDirection: .. rst-class:: classref-enumeration enum **TailDirection**: .. _class_SkeletonProfile_constant_TAIL_DIRECTION_AVERAGE_CHILDREN: .. rst-class:: classref-enumeration-constant :ref:`TailDirection` **TAIL_DIRECTION_AVERAGE_CHILDREN** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SkeletonProfile_constant_TAIL_DIRECTION_SPECIFIC_CHILD: .. rst-class:: classref-enumeration-constant :ref:`TailDirection` **TAIL_DIRECTION_SPECIFIC_CHILD** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SkeletonProfile_constant_TAIL_DIRECTION_END: .. rst-class:: classref-enumeration-constant :ref:`TailDirection` **TAIL_DIRECTION_END** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_SkeletonProfile_property_bone_size: .. rst-class:: classref-property :ref:`int` **bone_size** = ``0`` .. rst-class:: classref-property-setget - void **set_bone_size** **(** :ref:`int` value **)** - :ref:`int` **get_bone_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_property_group_size: .. rst-class:: classref-property :ref:`int` **group_size** = ``0`` .. rst-class:: classref-property-setget - void **set_group_size** **(** :ref:`int` value **)** - :ref:`int` **get_group_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_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_SkeletonProfile_property_scale_base_bone: .. rst-class:: classref-property :ref:`StringName` **scale_base_bone** = ``&""`` .. rst-class:: classref-property-setget - void **set_scale_base_bone** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_scale_base_bone** **(** **)** .. 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_SkeletonProfile_method_find_bone: .. rst-class:: classref-method :ref:`int` **find_bone** **(** :ref:`StringName` bone_name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_get_bone_name: .. rst-class:: classref-method :ref:`StringName` **get_bone_name** **(** :ref:`int` bone_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_SkeletonProfile_method_get_bone_parent: .. rst-class:: classref-method :ref:`StringName` **get_bone_parent** **(** :ref:`int` bone_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_SkeletonProfile_method_get_bone_tail: .. rst-class:: classref-method :ref:`StringName` **get_bone_tail** **(** :ref:`int` bone_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_SkeletonProfile_method_get_group: .. rst-class:: classref-method :ref:`StringName` **get_group** **(** :ref:`int` bone_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_SkeletonProfile_method_get_group_name: .. rst-class:: classref-method :ref:`StringName` **get_group_name** **(** :ref:`int` group_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_SkeletonProfile_method_get_handle_offset: .. rst-class:: classref-method :ref:`Vector2` **get_handle_offset** **(** :ref:`int` bone_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_SkeletonProfile_method_get_reference_pose: .. rst-class:: classref-method :ref:`Transform3D` **get_reference_pose** **(** :ref:`int` bone_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_SkeletonProfile_method_get_tail_direction: .. rst-class:: classref-method :ref:`TailDirection` **get_tail_direction** **(** :ref:`int` bone_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_SkeletonProfile_method_get_texture: .. rst-class:: classref-method :ref:`Texture2D` **get_texture** **(** :ref:`int` group_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_SkeletonProfile_method_is_required: .. rst-class:: classref-method :ref:`bool` **is_required** **(** :ref:`int` bone_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_SkeletonProfile_method_set_bone_name: .. rst-class:: classref-method void **set_bone_name** **(** :ref:`int` bone_idx, :ref:`StringName` bone_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_bone_parent: .. rst-class:: classref-method void **set_bone_parent** **(** :ref:`int` bone_idx, :ref:`StringName` bone_parent **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_bone_tail: .. rst-class:: classref-method void **set_bone_tail** **(** :ref:`int` bone_idx, :ref:`StringName` bone_tail **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_group: .. rst-class:: classref-method void **set_group** **(** :ref:`int` bone_idx, :ref:`StringName` group **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_group_name: .. rst-class:: classref-method void **set_group_name** **(** :ref:`int` group_idx, :ref:`StringName` group_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_handle_offset: .. rst-class:: classref-method void **set_handle_offset** **(** :ref:`int` bone_idx, :ref:`Vector2` handle_offset **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_reference_pose: .. rst-class:: classref-method void **set_reference_pose** **(** :ref:`int` bone_idx, :ref:`Transform3D` bone_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_required: .. rst-class:: classref-method void **set_required** **(** :ref:`int` bone_idx, :ref:`bool` required **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_tail_direction: .. rst-class:: classref-method void **set_tail_direction** **(** :ref:`int` bone_idx, :ref:`TailDirection` tail_direction **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SkeletonProfile_method_set_texture: .. rst-class:: classref-method void **set_texture** **(** :ref:`int` group_idx, :ref:`Texture2D` texture **)** .. 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.)`