Author Topic: UIGrid reposition smoothly  (Read 1617 times)

maesla

  • Guest
UIGrid reposition smoothly
« on: August 06, 2013, 08:54:23 AM »
Hello everyone:

Is there a possibility to make a UIGrid.Reposition() in a smooth way? I mean, Reposition is done in a frame but I good like to do it smoothly. Is it possible?

Thank you

dlewis

  • Guest
Re: UIGrid reposition smoothly
« Reply #1 on: August 06, 2013, 06:36:48 PM »
You would have to do it yourself.

Off the top of my head I would suggest modifying the reposition function to do a TweenPosition to the correct position instead of just setting the position directly.