Click or drag to resize

Vector2Project Method

Returns this vector projected onto another vector.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 Project(
	Vector2 onNormal
)

Parameters

onNormal
Type: GodotVector2
The vector to project onto.

Return Value

Type: Vector2
The projected vector.
See Also