setV2 method

void setV2(
  1. double v2
)

Implementation

void setV2(double v2) {
  _bindings.spine_texture_region_set_v2(_region, v2);
}