Merge pull request #87737 from 20kdc/bone2d-fix-apply_rest
[3.x] Fix the documentation of `Bone2D::apply_rest`
This commit is contained in:
commit
885926850d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<method name="apply_rest">
|
<method name="apply_rest">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Stores the node's current transforms in [member rest].
|
Resets the bone to the rest pose. This is equivalent to setting [member Node2D.transform] to [member rest].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_index_in_skeleton" qualifiers="const">
|
<method name="get_index_in_skeleton" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue