Fix presumed copy/paste error: "Returns" -> "Sets"
I might be going out on a limb here... :D
This commit is contained in:
parent
0cd98ec7e1
commit
e38b63400c
@ -263,7 +263,7 @@
|
|||||||
<argument index="1" name="pose" type="Transform">
|
<argument index="1" name="pose" type="Transform">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the pose transform for bone [code]bone_idx[/code].
|
Sets the pose transform for bone [code]bone_idx[/code].
|
||||||
[b]Note[/b]: The pose transform needs to be in bone space. Use [method world_transform_to_bone_transform] to convert a world transform, like one you can get from a [Node3D], to bone space.
|
[b]Note[/b]: The pose transform needs to be in bone space. Use [method world_transform_to_bone_transform] to convert a world transform, like one you can get from a [Node3D], to bone space.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
Loading…
Reference in New Issue
Block a user