setWidth method

void setWidth(
  1. int width
)

Implementation

void setWidth(int width) {
  _bindings.spine_texture_region_set_width(_region, width);
}