Author Topic: Grid array  (Read 3052 times)

laurentl

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 188
    • View Profile
    • McDROID
Grid array
« 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 ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Grid array
« Reply #1 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.