Vector2:Set(vx, vy)

Version added: before 9.5
Assign new X and Y coordinate values to the Vector2

Arguments:

Name Type Description Default Ver
vx real The X value you wish to set < 9.5
vy real The Y value you wish to set < 9.5

Return value:

void none
This method is an alternative to setting the X and Y values individually.
<< Back to Vector2