Click or drag to resize

Node2DGetAngleTo Method

Returns the angle between the node and the point in radians.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetAngleTo(
	Vector2 point
)

Parameters

point
Type: GodotVector2

[Missing <param name="point"/> documentation for "M:Godot.Node2D.GetAngleTo(Godot.Vector2)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Node2D.GetAngleTo(Godot.Vector2)"]

See Also