setU method

void setU(
  1. double u
)

Implementation

void setU(double u) {
  _bindings.spine_texture_region_set_u(_region, u);
}