class_skin.rst 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/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. Methods
  11. -------
  12. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`add_bind<class_Skin_method_add_bind>` **(** :ref:`int<class_int>` bone, :ref:`Transform3D<class_Transform3D>` pose **)** |
  14. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  15. | void | :ref:`add_named_bind<class_Skin_method_add_named_bind>` **(** :ref:`String<class_String>` name, :ref:`Transform3D<class_Transform3D>` pose **)** |
  16. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`clear_binds<class_Skin_method_clear_binds>` **(** **)** |
  18. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_bind_bone<class_Skin_method_get_bind_bone>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  20. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`get_bind_count<class_Skin_method_get_bind_count>` **(** **)** |const| |
  22. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`StringName<class_StringName>` | :ref:`get_bind_name<class_Skin_method_get_bind_name>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  24. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`Transform3D<class_Transform3D>` | :ref:`get_bind_pose<class_Skin_method_get_bind_pose>` **(** :ref:`int<class_int>` bind_index **)** |const| |
  26. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | void | :ref:`set_bind_bone<class_Skin_method_set_bind_bone>` **(** :ref:`int<class_int>` bind_index, :ref:`int<class_int>` bone **)** |
  28. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  29. | void | :ref:`set_bind_count<class_Skin_method_set_bind_count>` **(** :ref:`int<class_int>` bind_count **)** |
  30. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  31. | void | :ref:`set_bind_name<class_Skin_method_set_bind_name>` **(** :ref:`int<class_int>` bind_index, :ref:`StringName<class_StringName>` name **)** |
  32. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  33. | void | :ref:`set_bind_pose<class_Skin_method_set_bind_pose>` **(** :ref:`int<class_int>` bind_index, :ref:`Transform3D<class_Transform3D>` pose **)** |
  34. +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
  35. Method Descriptions
  36. -------------------
  37. .. _class_Skin_method_add_bind:
  38. - void **add_bind** **(** :ref:`int<class_int>` bone, :ref:`Transform3D<class_Transform3D>` pose **)**
  39. ----
  40. .. _class_Skin_method_add_named_bind:
  41. - void **add_named_bind** **(** :ref:`String<class_String>` name, :ref:`Transform3D<class_Transform3D>` pose **)**
  42. ----
  43. .. _class_Skin_method_clear_binds:
  44. - void **clear_binds** **(** **)**
  45. ----
  46. .. _class_Skin_method_get_bind_bone:
  47. - :ref:`int<class_int>` **get_bind_bone** **(** :ref:`int<class_int>` bind_index **)** |const|
  48. ----
  49. .. _class_Skin_method_get_bind_count:
  50. - :ref:`int<class_int>` **get_bind_count** **(** **)** |const|
  51. ----
  52. .. _class_Skin_method_get_bind_name:
  53. - :ref:`StringName<class_StringName>` **get_bind_name** **(** :ref:`int<class_int>` bind_index **)** |const|
  54. ----
  55. .. _class_Skin_method_get_bind_pose:
  56. - :ref:`Transform3D<class_Transform3D>` **get_bind_pose** **(** :ref:`int<class_int>` bind_index **)** |const|
  57. ----
  58. .. _class_Skin_method_set_bind_bone:
  59. - void **set_bind_bone** **(** :ref:`int<class_int>` bind_index, :ref:`int<class_int>` bone **)**
  60. ----
  61. .. _class_Skin_method_set_bind_count:
  62. - void **set_bind_count** **(** :ref:`int<class_int>` bind_count **)**
  63. ----
  64. .. _class_Skin_method_set_bind_name:
  65. - void **set_bind_name** **(** :ref:`int<class_int>` bind_index, :ref:`StringName<class_StringName>` name **)**
  66. ----
  67. .. _class_Skin_method_set_bind_pose:
  68. - void **set_bind_pose** **(** :ref:`int<class_int>` bind_index, :ref:`Transform3D<class_Transform3D>` pose **)**
  69. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  70. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  71. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  72. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  73. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  74. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`