1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

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

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">