Returns this vector projected onto another vector.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector2 Project(
Vector2 onNormal
)
Parameters
- onNormal
- Type: GodotVector2
The vector to project onto.
Return Value
Type:
Vector2The projected vector.
See Also