Function Line2D.points

The points that form the lines. The line is drawn between every point set in this array.

PoolArray!(godot.core.vector2.Vector2) points() nothrow @property @nogc;

void points (
  PoolArray!(godot.core.vector2.Vector2) v
) nothrow @property @nogc;