class_skin.rst 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.2/doc/classes/Skin.xml.
  6. .. _class_Skin:
  7. Skin
  8. ====
  9. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | void | :ref:`add_bind<class_Skin_method_add_bind>` **(** :ref:`int<class_int>` bone, :ref:`Transform3D<class_Transform3D>` pose **)** |
  19. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`add_named_bind<class_Skin_method_add_named_bind>` **(** :ref:`String<class_String>` name, :ref:`Transform3D<class_Transform3D>` pose **)** |
  21. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`clear_binds<class_Skin_method_clear_binds>` **(** **)** |
  23. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | :ref:`int<class_int>` | :ref:`get_bind_bone<class_Skin_method_get_bind_bone>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  25. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  26. | :ref:`int<class_int>` | :ref:`get_bind_count<class_Skin_method_get_bind_count>` **(** **)** |const| |
  27. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  28. | :ref:`StringName<class_StringName>` | :ref:`get_bind_name<class_Skin_method_get_bind_name>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  29. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  30. | :ref:`Transform3D<class_Transform3D>` | :ref:`get_bind_pose<class_Skin_method_get_bind_pose>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  31. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  32. | void | :ref:`set_bind_bone<class_Skin_method_set_bind_bone>` **(** :ref:`int<class_int>` bind_index, :ref:`int<class_int>` bone **)** |
  33. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  34. | void | :ref:`set_bind_count<class_Skin_method_set_bind_count>` **(** :ref:`int<class_int>` bind_count **)** |
  35. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  36. | void | :ref:`set_bind_name<class_Skin_method_set_bind_name>` **(** :ref:`int<class_int>` bind_index, :ref:`StringName<class_StringName>` name **)** |
  37. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  38. | void | :ref:`set_bind_pose<class_Skin_method_set_bind_pose>` **(** :ref:`int<class_int>` bind_index, :ref:`Transform3D<class_Transform3D>` pose **)** |
  39. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  40. .. rst-class:: classref-section-separator
  41. ----
  42. .. rst-class:: classref-descriptions-group
  43. Method Descriptions
  44. -------------------
  45. .. _class_Skin_method_add_bind:
  46. .. rst-class:: classref-method
  47. void **add_bind** **(** :ref:`int<class_int>` bone, :ref:`Transform3D<class_Transform3D>` pose **)**
  48. .. container:: contribute
  49. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  50. .. rst-class:: classref-item-separator
  51. ----
  52. .. _class_Skin_method_add_named_bind:
  53. .. rst-class:: classref-method
  54. void **add_named_bind** **(** :ref:`String<class_String>` name, :ref:`Transform3D<class_Transform3D>` pose **)**
  55. .. container:: contribute
  56. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  57. .. rst-class:: classref-item-separator
  58. ----
  59. .. _class_Skin_method_clear_binds:
  60. .. rst-class:: classref-method
  61. void **clear_binds** **(** **)**
  62. .. container:: contribute
  63. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  64. .. rst-class:: classref-item-separator
  65. ----
  66. .. _class_Skin_method_get_bind_bone:
  67. .. rst-class:: classref-method
  68. :ref:`int<class_int>` **get_bind_bone** **(** :ref:`int<class_int>` bind_index **)** |const|
  69. .. container:: contribute
  70. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  71. .. rst-class:: classref-item-separator
  72. ----
  73. .. _class_Skin_method_get_bind_count:
  74. .. rst-class:: classref-method
  75. :ref:`int<class_int>` **get_bind_count** **(** **)** |const|
  76. .. container:: contribute
  77. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  78. .. rst-class:: classref-item-separator
  79. ----
  80. .. _class_Skin_method_get_bind_name:
  81. .. rst-class:: classref-method
  82. :ref:`StringName<class_StringName>` **get_bind_name** **(** :ref:`int<class_int>` bind_index **)** |const|
  83. .. container:: contribute
  84. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  85. .. rst-class:: classref-item-separator
  86. ----
  87. .. _class_Skin_method_get_bind_pose:
  88. .. rst-class:: classref-method
  89. :ref:`Transform3D<class_Transform3D>` **get_bind_pose** **(** :ref:`int<class_int>` bind_index **)** |const|
  90. .. container:: contribute
  91. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  92. .. rst-class:: classref-item-separator
  93. ----
  94. .. _class_Skin_method_set_bind_bone:
  95. .. rst-class:: classref-method
  96. void **set_bind_bone** **(** :ref:`int<class_int>` bind_index, :ref:`int<class_int>` bone **)**
  97. .. container:: contribute
  98. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  99. .. rst-class:: classref-item-separator
  100. ----
  101. .. _class_Skin_method_set_bind_count:
  102. .. rst-class:: classref-method
  103. void **set_bind_count** **(** :ref:`int<class_int>` bind_count **)**
  104. .. container:: contribute
  105. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  106. .. rst-class:: classref-item-separator
  107. ----
  108. .. _class_Skin_method_set_bind_name:
  109. .. rst-class:: classref-method
  110. void **set_bind_name** **(** :ref:`int<class_int>` bind_index, :ref:`StringName<class_StringName>` name **)**
  111. .. container:: contribute
  112. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  113. .. rst-class:: classref-item-separator
  114. ----
  115. .. _class_Skin_method_set_bind_pose:
  116. .. rst-class:: classref-method
  117. void **set_bind_pose** **(** :ref:`int<class_int>` bind_index, :ref:`Transform3D<class_Transform3D>` pose **)**
  118. .. container:: contribute
  119. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  120. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  121. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  122. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  123. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  124. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  125. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  126. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`