Vector2.Set
Set(new_x: float, new_y: float): void;
void Set(float new_x, float new_y);
def Set(new_x as float, new_y as float) as void
Description

Set x and y components of an existing Vector2.