Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: laurentl on May 02, 2013, 09:32:14 PM

Title: Grid array
Post by: laurentl on May 02, 2013, 09:32:14 PM
I am putting sprites inside a grid, turn on sort by name and reposition.
How do I get the resulting array - in order ?
Title: Re: Grid array
Post by: ArenMook on May 03, 2013, 09:47:10 AM
Check inside the UIGrid class. The sorted list is local. You will have to do your own sorting or make it public.