getScaleY method

double getScaleY()

The local scaleY.

Implementation

double getScaleY() {
  return _bindings.spine_bone_get_scale_y(_bone);
}