getOffsetScaleY method

double getOffsetScaleY()

An offset added to the constrained bone scaleY.

Implementation

double getOffsetScaleY() {
  return _bindings.spine_transform_constraint_data_get_offset_scale_y(_data);
}