getWorldX method

double getWorldX()

The world X position. If changed, updateAppliedTransform should be called.

Implementation

double getWorldX() {
  return _bindings.spine_bone_get_world_x(_bone);
}