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
By making an ECS-style UI system, it by nature will be a retained mode. All rendering will occur in the Draw loop to optimize the render calls. This way, the UI is managed similarly to other Entities and Components.
By making an ECS-style UI system, it by nature will be a retained mode. All rendering will occur in the Draw loop to optimize the render calls. This way, the UI is managed similarly to other Entities and Components.
https://en.wikipedia.org/wiki/Retained_mode
The text was updated successfully, but these errors were encountered: