setAX method

void setAX(
  1. double x
)

Implementation

void setAX(double x) {
  _bindings.spine_bone_set_a_x(_bone, x);
}