rename translate(d) to translate(d)_local in Transform 2D/3D

This commit is contained in:
Fabian Keller
2022-07-16 11:47:54 +02:00
parent ae5668f81e
commit 2bf9e6090c
26 changed files with 111 additions and 111 deletions

View File

@ -173,7 +173,7 @@
Sets the transform's skew (in radians).
</description>
</method>
<method name="translated" qualifiers="const">
<method name="translated_local" qualifiers="const">
<return type="Transform2D" />
<argument index="0" name="offset" type="Vector2" />
<description>