You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs, it says that Some core types have been removed and replaced with types from System.Numerics. System.Numerics has a bunch of optimizations and hardware intrinsics which can increase the performance of your game. Why, then, does Katabasis use its own Rectangle class rather than the one in System.Numerics?
The text was updated successfully, but these errors were encountered:
In the docs, it says that
Some core types have been removed and replaced with types from System.Numerics. System.Numerics has a bunch of optimizations and hardware intrinsics which can increase the performance of your game.
Why, then, does Katabasis use its ownRectangle
class rather than the one inSystem.Numerics
?The text was updated successfully, but these errors were encountered: