Author Topic: circular scroll menu... is this possible?  (Read 5748 times)

dcarlson314

  • Guest
circular scroll menu... is this possible?
« 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.)

Malzbier

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 93
    • View Profile
Re: circular scroll menu... is this possible?
« Reply #1 on: July 18, 2013, 02:33:37 AM »
NGUI does not have a prebuild component for that type of menu.
Nobody is hindering you to build it on your own.

dcarlson314

  • Guest
Re: circular scroll menu... is this possible?
« Reply #2 on: July 20, 2013, 03:14:18 PM »
Thank you.  Thought I'd check if it existed first before possibly reinventing the "wheel" and building it on my own (unhindered, of course! ;-) ).