getX method

double getX()

The X coordinate of the skeleton's axis aligned bounding box in the setup pose.

Implementation

double getX() {
  return _bindings.spine_skeleton_data_get_x(_data);
}