Function ConvexPolygonShape2D.points

The polygon's list of vertices. Can be in either clockwise or counterclockwise order.

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

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