vertices property

List<Vector2> vertices
final

The vertices of the shape. Note: use vertexCount, not _vertices.length, to get number of active vertices.

Implementation

final List<Vector2> vertices = [];