getX method

double getX()

The local x translation.

Implementation

double getX() {
  return _bindings.spine_bone_get_x(_bone);
}