Vector2 - LiruJ/GuiCookie GitHub Wiki

Overview

Vector2 attributes are parsed directly into MonoGame Vector2s.

Creation

<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.

⚠️ **GitHub.com Fallback** ⚠️