ImGui.DrawList:getCircleSegmentMaxError

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2020.9
Class: ImGui.DrawList

Description

Gets the maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry.

(number) = ImGui.DrawList:getCircleSegmentMaxError()

Return values

Returns (number) the circle maximum segment error

Example