We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af7559 + bd519bf commit 3d03d73Copy full SHA for 3d03d73
doc/classes/Node2D.xml
@@ -44,7 +44,8 @@
44
<return type="void" />
45
<param index="0" name="point" type="Vector2" />
46
<description>
47
- Rotates the node so it points towards the [param point], which is expected to use global coordinates.
+ Rotates the node so that its local +X axis points towards the [param point], which is expected to use global coordinates.
48
+ [param point] should not be the same as the node's position, otherwise the node always looks to the right.
49
</description>
50
</method>
51
<method name="move_local_x">
0 commit comments