craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

Rename `Size2` to `SizeF` #873

Closed AristurtleDev closed 6 months ago

AristurtleDev commented 6 months ago

Description

RenamedSize2 to SizeF to better define what it's behavior is and to align the naming convention with other types like RectangleF

Reference