rename translate(d) to translate(d)_local in Transform 2D/3D
This commit is contained in:
parent
ae5668f81e
commit
2bf9e6090c
26 changed files with 111 additions and 111 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue