Redigera

Dela via


Vector3.Length Method

Definition

Returns the length of this vector object.

public:
 float Length();
public float Length();
public readonly float Length();
member this.Length : unit -> single
Public Function Length () As Single

Returns

The vector's length.

Applies to

See also