mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (03e6fbb)
This commit is contained in:
@@ -378,7 +378,9 @@ Adds the ``offset`` vector to the node's global position.
|
||||
|
||||
|void| **look_at**\ (\ point\: :ref:`Vector2<class_Vector2>`\ )
|
||||
|
||||
Rotates the node so it points towards the ``point``, which is expected to use global coordinates.
|
||||
Rotates the node so that its local +X axis points towards the ``point``, which is expected to use global coordinates.
|
||||
|
||||
\ ``point`` should not be the same as the node's position, otherwise the node always looks to the right.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user