Add LOTS of missing docs

This commit is contained in:
Tomasz Chabora
2020-03-03 19:21:21 +01:00
parent 951ecc4f79
commit e103f21a40
59 changed files with 332 additions and 2 deletions

View File

@ -17,12 +17,14 @@
<argument index="1" name="weights" type="PackedFloat32Array">
</argument>
<description>
Adds a bone with the specified [code]path[/code] and [code]weights[/code].
</description>
</method>
<method name="clear_bones">
<return type="void">
</return>
<description>
Removes all bones from this [Polygon2D].
</description>
</method>
<method name="erase_bone">
@ -31,12 +33,14 @@
<argument index="0" name="index" type="int">
</argument>
<description>
Removes the specified bone from this [Polygon2D].
</description>
</method>
<method name="get_bone_count" qualifiers="const">
<return type="int">
</return>
<description>
Returns the number of bones in this [Polygon2D].
</description>
</method>
<method name="get_bone_path" qualifiers="const">
@ -45,6 +49,7 @@
<argument index="0" name="index" type="int">
</argument>
<description>
Returns the path to the node associated with the specified bone.
</description>
</method>
<method name="get_bone_weights" qualifiers="const">
@ -53,6 +58,7 @@
<argument index="0" name="index" type="int">
</argument>
<description>
Returns the height values of the specified bone.
</description>
</method>
<method name="set_bone_path">
@ -63,6 +69,7 @@
<argument index="1" name="path" type="NodePath">
</argument>
<description>
Sets the path to the node associated with the specified bone.
</description>
</method>
<method name="set_bone_weights">
@ -73,6 +80,7 @@
<argument index="1" name="weights" type="PackedFloat32Array">
</argument>
<description>
Sets the weight values for the specified bone.
</description>
</method>
</methods>