Merge pull request #32696 from SamuelDeboni/doc-Skeleton2D

Added documentation for Skeleton2D
This commit is contained in:
Rémi Verschelde 2019-10-11 08:21:50 +02:00 committed by GitHub
commit 25d1073f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Skeleton2D" inherits="Node2D" category="Core" version="3.2">
<brief_description>
Skeleton for 2D characters and animated objects.
</brief_description>
<description>
</description>
@ -20,6 +21,7 @@
<return type="int">
</return>
<description>
Returns the amount of bones in the skeleton.
</description>
</method>
<method name="get_skeleton" qualifiers="const">