Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: dcarlson314 on July 18, 2013, 01:05:06 AM
-
Does NGUI support the creation of non-linear menus? For example, I want to choose items arranged in the shape of a circle. This circle is only partially visible, of course; the bulk of it is below screen. So as you drag the items left/right, the items disappear down one side and appear up the other. Another variant of this is placing items in a cylindrical array, but I think you get the idea.
Think: UIGrid that perhaps includes "path", "arc" and "circle" along with the existing "horizontal" and "vertical". (Though after that you might as well call it "UIArray". Just a thought.)
-
NGUI does not have a prebuild component for that type of menu.
Nobody is hindering you to build it on your own.
-
Thank you. Thought I'd check if it existed first before possibly reinventing the "wheel" and building it on my own (unhindered, of course! ;-) ).