Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Seeting

Pages: [1]
1
NGUI 3 Support / Performance on nested panels
« on: April 06, 2016, 06:34:54 AM »
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!

Pages: [1]