Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 434 Bytes

File metadata and controls

19 lines (11 loc) · 434 Bytes

Home > server > Vector3 > clone

Vector3.clone() method

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

Signature:

clone(): Vector3;

Returns:

Vector3

A new vector.