craftworkgames / MonoGame.Extended

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

Replace `Size3` with `Vector3` #872

Closed AristurtleDev closed 6 months ago

AristurtleDev commented 6 months ago

Description

This removes the Size3 struct and replaces it's usage with the Microsoft.Xna.Framework.Vector3 type.

Reference: