GameRenderer
MenuManager
- Added event Draw
- Added void DrawLine(Vector2 start, Vector2 end, Color color)
- Added void DrawCircle(Vector2 position, UInt radius, UInt segments, Color color)
- Added void DrawRect(Vector2 position, Vector2 size, Color color)
- Added void DrawRect(Vector2 position, Vector2 size, Color color, bool outline)
- Added void DrawText(string text, Vector2 position, Vector2 size, Color color)
- Added void DrawText(string text, Vector2 position, Font font, Color color)
- Added void DrawTexture(string textureName, Vector2 position, Vector2 size)
- Added Vector2 MeasureText(string text, Vector2 size)
- Added Vector2 MeasureText(string text, Font font, Vector2 size)
MenuManager
- Added RootMenu CreateRootMenu(string displayName)