Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Sahkan on January 19, 2016, 05:08:19 AM

Title: Is there a way to make the uigrid to show it's children in arc style?
Post by: Sahkan on January 19, 2016, 05:08:19 AM
Like so:
(http://jupiter.workupload.com/image/fSEE940s)
Title: Re: Is there a way to make the uigrid to show it's children in arc style?
Post by: ArenMook on January 20, 2016, 08:24:47 AM
UIGrid is just a simple script that does evenly spaced positions. If you want to add curve to that (or in the case of the pic -- a fan blade arrangement), then you should create a custom positioning script instead that will change the position and rotation of the transform's children as desired.