Function Polygon2D.polygon

The polygon's list of vertices. The final point will be connected to the first. Note: This returns a copy of the PoolVector2Array rather than a reference.

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

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