getScaleY method

double getScaleY()

Scales the entire skeleton on the Y axis.

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

Implementation

double getScaleY() {
  return _bindings.spine_skeleton_get_scale_y(_skeleton);
}