setHeight method

void setHeight(
  1. int height
)

Implementation

void setHeight(int height) {
  _bindings.spine_texture_region_set_height(_region, height);
}