updateRegion method

void updateRegion()

Calculates texture coordinates returned by getUVs using the coordinates returned by getRegionUVs and region. Must be called if the region, the region's properties, or the getRegionUVs are changed.

Implementation

void updateRegion() {
  _bindings.spine_mesh_attachment_update_region(_attachment);
}