setX method

void setX(
  1. double x
)

Implementation

void setX(double x) {
  _bindings.spine_skeleton_data_set_x(_data, x);
}