Update 17.04.2022

RoccoZero

Active member
Staff member
Administrator
Developer
Apr 30, 2022
872
79
28
Update

* Added struct Matrix3x2

RendererManager
  • Added void DrawText(..., Matrix3x2 matrix)
  • Added void DrawRoundedRectangle(RectangleF rect, Color color, Vector2 radius)
  • Added void DrawRoundedRectangle(RectangleF rect, Color color, float width, Vector2 radius)
  • Added void DrawFilledRoundedRectangle(RectangleF rect, Color color, Vector2 radius)