getWorldScaleX method

double getWorldScaleX()

The magnitude (always positive) of the world scale X, calculated using getA and getC.

Implementation

double getWorldScaleX() {
  return _bindings.spine_bone_get_world_scale_x(_bone);
}