Skeleton2D.xml 735 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Skeleton2D" inherits="Node2D" category="Core" version="3.1">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <demos>
  10. </demos>
  11. <methods>
  12. <method name="get_bone">
  13. <return type="Bone2D">
  14. </return>
  15. <argument index="0" name="idx" type="int">
  16. </argument>
  17. <description>
  18. </description>
  19. </method>
  20. <method name="get_bone_count" qualifiers="const">
  21. <return type="int">
  22. </return>
  23. <description>
  24. </description>
  25. </method>
  26. <method name="get_skeleton" qualifiers="const">
  27. <return type="RID">
  28. </return>
  29. <description>
  30. </description>
  31. </method>
  32. </methods>
  33. <constants>
  34. </constants>
  35. </class>