mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Complete various class references
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
<argument index="0" name="offset" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Changes the node's position by given offset [Vector3].
|
||||
Changes the node's position by the given offset [Vector3].
|
||||
Note that the translation [code]offset[/code] is affected by the node's scale, so if scaled by e.g. [code](10, 1, 1)[/code], a translation by an offset of [code](2, 0, 0)[/code] would actually add 20 ([code]2 * 10[/code]) to the X coordinate.
|
||||
</description>
|
||||
</method>
|
||||
@@ -287,6 +287,7 @@
|
||||
<argument index="0" name="offset" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Changes the node's position by the given offset [Vector3] in local space.
|
||||
</description>
|
||||
</method>
|
||||
<method name="update_gizmo">
|
||||
|
||||
Reference in New Issue
Block a user