Returns this vector slid along a plane defined by the given normal.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 Slide(
Vector3 normal
)
Parameters
- normal
- Type: GodotVector3
The normal vector defining the plane to slide on.
Return Value
Type:
Vector3The slid vector.
See Also