getX method

double getX()

The local x translation.

Implementation

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