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.)