mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
rename translate(d) to translate(d)_local in Transform 2D/3D
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
Returns a transform spherically interpolated between this transform and another by a given [code]weight[/code] (on the range of 0.0 to 1.0).
|
||||
</description>
|
||||
</method>
|
||||
<method name="translated" qualifiers="const">
|
||||
<method name="translated_local" qualifiers="const">
|
||||
<return type="Transform3D" />
|
||||
<argument index="0" name="offset" type="Vector3" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user