Function CanvasItem.drawPolyline
Draws interconnected line segments with a uniform color
and width
and optional antialiasing.
void drawPolyline
(
const(PoolArray!(godot.core.vector2.Vector2)
) points,
const(Color) color,
const(double) width = 1.00000,
const(bool) antialiased = false
) nothrow @nogc;