Fix documentation 2d/3d mixups

This commit is contained in:
RedMser
2023-01-17 21:34:10 +01:00
parent f0326297b3
commit ec4f9f5e2d
5 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
<method name="get_modification_stack">
<return type="SkeletonModificationStack2D" />
<description>
Returns the [SkeletonModificationStack2D] that this modification is bound to. Through the modification stack, you can access the Skeleton3D the modification is operating on.
Returns the [SkeletonModificationStack2D] that this modification is bound to. Through the modification stack, you can access the Skeleton2D the modification is operating on.
</description>
</method>
<method name="set_editor_draw_gizmo">