Function rust_raylib::ffi::DrawPolyLinesEx
source · pub unsafe extern "C" fn DrawPolyLinesEx(
center: Vector2,
sides: c_int,
radius: c_float,
rotation: c_float,
lineThick: c_float,
color: Color
)
Expand description
Draw a polygon outline of n sides with extended parameters