You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix the documentation of Bone2D::apply_rest (squashed)
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
This commit is contained in:
@@ -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_autocalculate_length_and_angle" qualifiers="const">
|
<method name="get_autocalculate_length_and_angle" qualifiers="const">
|
||||||
|
|||||||
Reference in New Issue
Block a user