Click or drag to resize

Vector3Bounce Method

Returns this vector "bounced off" from a plane defined by the given normal.

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

Parameters

normal
Type: GodotVector3
The normal vector defining the plane to bounce off. Must be normalized.

Return Value

Type: Vector3
The bounced vector.
See Also