getScaleX method

double getScaleX()

The local scaleX.

Implementation

double getScaleX() {
  return _bindings.spine_bone_data_get_scale_x(_data);
}