getScaleX method

double getScaleX()

The local scaleX.

Implementation

double getScaleX() {
  return _bindings.spine_region_attachment_get_scale_x(_attachment);
}