Vector2 - LiruJ/GuiCookie GitHub Wiki
Vector2 attributes are parsed directly into MonoGame Vector2s.
<Node Vector2="5.5"/>
<Node Vector2="5.5, 10"/>If one value is given, uses that value for both the X and the Y. If two values are given, uses them for the X and Y respectively, separated with the , character.