Node2D.lookAt

Rotates the node so it points towards the point, which is expected to use global coordinates.

struct Node2D
@nogc nothrow
void
lookAt
(
in Vector2 point
)

Meta