Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Isamson on June 20, 2013, 03:13:40 PM

Title: UIGrid get position of children
Post by: Isamson on June 20, 2013, 03:13:40 PM
Hi!
I'm using UIGrid to sort a list of icons. I trying to place an outline around one of the children without moving the whole list.

I started by getting the local position of the object, but they all have the same position.

Do you see any way to do this with UIGrid or will I have to build myself a function to place the icons themselves?
Title: Re: UIGrid get position of children
Post by: OnlineCop on June 20, 2013, 06:27:10 PM
If you traverse up the GameObject tree to each of the cell nodes, do you get to a parent/root that shows different position offsets from each other?