Function OccluderPolygon2D.polygon

A Vector2 array with the index for polygon's vertices positions. Note: The returned value is a copy of the underlying array, rather than a reference.

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

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