Click or drag to resize

Vector3Project Method

Returns this vector projected onto another vector `b`.

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

Parameters

onNormal
Type: GodotVector3
The vector to project onto.

Return Value

Type: Vector3
The projected vector.
See Also