Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mtompson on February 24, 2013, 08:45:44 AM

Title: Ideal multi Anchor Hierarchy
Post by: mtompson on February 24, 2013, 08:45:44 AM
Hi
Just looking at NGUI for the first time today, very nice so far! I have a question on using multiple Anchors. When you create a new UI, it makes a:

UI Root (2D)
---Camera
------Anchor
---------Panel

If I want lots of Anchors, would I make them children of the Camera, then give each of them it's own Panel?

So:

UI Root (2D)
---Camera
------Anchor
---------Panel

------Anchor
---------Panel

------Anchor
---------Panel

This does work fine, I just wandered if I need multiple panels, or a completely different hierarchy?

many thanks...
Title: Re: Ideal multi Anchor Hierarchy
Post by: Nicki on February 24, 2013, 09:06:55 AM
Multiple panels is fine.
Title: Re: Ideal multi Anchor Hierarchy
Post by: mtompson on February 24, 2013, 01:18:17 PM
Thanks Nicki  :)