-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.DrawCircleSectorLines
JoeStrout edited this page Apr 29, 2026
·
3 revisions
Draw a piece of a circle outlines
| Parameter | Default Value | Note |
|---|---|---|
| center | ||
| radius | 10.0 | |
| startAngle | 0 | |
| endAngle | 90.0 | |
| segments | 36 | |
| color | WHITE |
None.
// Draw the outline of a pie-slice from 0 to 270 degrees
raylib.DrawCircleSectorLines [300, 250], 80, 0, 270, 36, raylib.GRAY