Function VisualServerSingleton.canvasItemAddPolyline

Adds a polyline, which is a line from multiple points with a width, to the CanvasItem's draw commands.

void canvasItemAddPolyline (
  const(RID) item,
  const(PoolArray!(godot.core.vector2.Vector2)) points,
  const(PoolArray!(godot.core.color.Color)) colors,
  const(double) width = 1.00000,
  const(bool) antialiased = false
) nothrow @nogc;