getCount method
Get the number of verts in a polygon shape.
Implementation
int getCount() => bindings.cpPolyShapeGetCount(_shape.toPointer);
Get the number of verts in a polygon shape.
int getCount() => bindings.cpPolyShapeGetCount(_shape.toPointer);