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
Users reported they need the ability to override DrawUtils functionality, specifically to control the Draw() / End() calls. Since its static, its currently impossible.
It should be a regular class they can inherit from and replace with their own, or a similar design pattern that would make it more flexible.
In addition, the UserInterface should be turned into a proper singleton, since now its somewhere in between.
The text was updated successfully, but these errors were encountered:
Users reported they need the ability to override DrawUtils functionality, specifically to control the Draw() / End() calls. Since its static, its currently impossible.
It should be a regular class they can inherit from and replace with their own, or a similar design pattern that would make it more flexible.
In addition, the UserInterface should be turned into a proper singleton, since now its somewhere in between.
The text was updated successfully, but these errors were encountered: