WoW:How the user interface is rendered: Difference between revisions

m
mNo edit summary
Line 29: Line 29:
3. Repaint UI over the top of the game world.
3. Repaint UI over the top of the game world.


The most important part of this is that OnUpdates happen right before painting the UI, so you can defer making rendering decisions until them without any visible impact.
The most important part of this is that OnUpdates happen right before painting the UI, so you can defer making rendering decisions until then without any visible impact.




[[Category:UI Technical Details]]
[[Category:UI Technical Details]]
Anonymous user