Closed derekvallar closed 6 years ago
I enjoyed using this menu and figured this feature should see the light of day after being requested a while back.
Added: CircleMenu.startAngle CircleMenu.endAngle fileprivate func getArcStep()
If using a full circle (360+ degrees), the buttons will be spaced out evenly. Otherwise, the buttons will start and end on the startAngle and endAngle respectively.
startAngle = 45, endAngle = 405
startAngle = -45, endAngle = 90
thanks
I enjoyed using this menu and figured this feature should see the light of day after being requested a while back.
Added: CircleMenu.startAngle CircleMenu.endAngle fileprivate func getArcStep()
If using a full circle (360+ degrees), the buttons will be spaced out evenly. Otherwise, the buttons will start and end on the startAngle and endAngle respectively.
startAngle = 45, endAngle = 405
startAngle = -45, endAngle = 90