getWorldScaleY method

double getWorldScaleY()

The magnitude (always positive) of the world scale Y, calculated using getB and getD.

Implementation

double getWorldScaleY() {
  return _bindings.spine_bone_get_world_scale_y(_bone);
}