setU2 method

void setU2(
  1. double u2
)

Implementation

void setU2(double u2) {
  _bindings.spine_texture_region_set_u2(_region, u2);
}