Vector2:Set(vec2)

Version added: before 9.5
Copy the coordinates from another Vector2 object

Arguments:

Name Type Description Default Ver
vec2 Vector2 Another Vector2 object whose value you wish to copy < 9.5

Return value:

void none
This method sets the value of a Vector2 by copying an existing Vector2.
<< Back to Vector2