Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: maesla 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
-
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.