setX method

void setX(
  1. double x
)

Implementation

void setX(double x) {
  _bindings.spine_point_attachment_set_x(_attachment, x);
}