Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 446 Bytes

File metadata and controls

19 lines (11 loc) · 446 Bytes

Home > server > Vector2 > clone

Vector2.clone() method

Returns a new vector with the same components as the current vector.

Signature:

clone(): Vector2;

Returns:

Vector2

A new Vector2 instance.