Hi!
I would like to ask about the rendering methodology when it comes to nested panels. I hear that if I need to animate a widget, I should make it a child of a panel, and move the panel around instead. Here is my setup:
Panel
- Panel
-- Sprite
-- Sprite
--- Panel <--- I animate this panel
---- Sprite
--- Panel <- and this panel
---- Sprite
So my question is that when I animate the panels I marked, does it affect the buffering state of root panels as well? Thank you!