Click or drag to resize

Vector2Length Method

Returns the length (magnitude) of this vector.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Length()

Return Value

Type: Single
The length of this vector.
See Also