Function CSGPolygon.polygon

Point array that defines the shape that we'll extrude.

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

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