setX method

void setX(
  1. double x
)

Implementation

void setX(double x) {
  _bindings.spine_bone_set_x(_bone, x);
}