getScaleX method

double getScaleX()

Scales the entire skeleton on the X axis.

Bones that do not inherit scale are still affected by this property.

Implementation

double getScaleX() {
  return _bindings.spine_skeleton_get_scale_x(_skeleton);
}