Home > server > Vector2 > copy Vector2.copy() method Copies the components of a vector to the current vector. Signature: copy(vector2: Vector2): Vector2; Parameters Parameter Type Description vector2 Vector2 The vector to copy the components from. **Returns:** Vector2 The current vector.