setStretch method

void setStretch(
  1. bool stretch
)

Implementation

void setStretch(bool stretch) {
  _bindings.spine_ik_constraint_data_set_stretch(_data, stretch ? -1 : 0);
}