Radial Scroll Bar unity2d

How to make a radial scroll bar in unity2d? need to scroll a vertical list

4524637--418888--12.gif

I would use the center point and the touch point to get the angle. Then have a function that checks the last position’s angle against the new position angle. Then pass the offset multiplied by some sensitivity value to your scroll.