raylib_wasm

Function DrawCircleSectorLines

source
pub unsafe extern "C" fn DrawCircleSectorLines(
    center: Vector2,
    radius: f32,
    startAngle: f32,
    endAngle: f32,
    segments: c_int,
    color: Color,
)