spine_atlas_get_regions method

spine_array_atlas_region spine_atlas_get_regions(
  1. spine_atlas self
)

Implementation

spine_array_atlas_region spine_atlas_get_regions(
  spine_atlas self,
) {
  return _spine_atlas_get_regions(
    self,
  );
}