Function ConcavePolygonShape2D.segments

The array of points that make up the ConcavePolygonShape2D's line segments.

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

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