getCount method

int getCount()

Get the number of verts in a polygon shape.

Implementation

int getCount() => bindings.cpPolyShapeGetCount(_shape.toPointer);