getOffsetScaleX method

double getOffsetScaleX()

An offset added to the constrained bone scaleX.

Implementation

double getOffsetScaleX() {
  return _bindings.spine_transform_constraint_data_get_offset_scale_x(_data);
}