setV method

void setV(
  1. double v
)

Implementation

void setV(double v) {
  _bindings.spine_texture_region_set_v(_region, v);
}