I'm getting mouseX and mouseY as two different floats. But I need to turn them into a Vector2 in order to use the variable in another place. I know in code I'd do something like
new Vector 2 = Vector2(mouseX, mouseY);
But how do I do that in Playmaker?