classref: Sync with current master branch (4ba934bf3)

This commit is contained in:
Rémi Verschelde
2022-09-15 10:40:29 +02:00
parent 16e513ed62
commit c273baa258
50 changed files with 1516 additions and 637 deletions

View File

@@ -113,7 +113,7 @@ Returns the :ref:`RID<class_RID>` of a Skeleton2D instance.
Sets the local pose transform, ``override_pose``, for the bone at ``bone_idx``.
``strength`` is the interpolation strength that will be used when applying the pose, and ``persistent`` determines if the applied pose will remain.
\ ``strength`` is the interpolation strength that will be used when applying the pose, and ``persistent`` determines if the applied pose will remain.
\ **Note:** The pose transform needs to be a local transform relative to the :ref:`Bone2D<class_Bone2D>` node at ``bone_idx``!