polygons property

ArrayPolygon get polygons

Returns all polygons or an empty array. Requires a call to update() first.

Implementation

ArrayPolygon get polygons {
  final result = SpineBindings.bindings.spine_skeleton_bounds_get_polygons(_ptr);
  return ArrayPolygon.fromPointer(result);
}