getOffsetX method

double getOffsetX()

An offset added to the constrained bone X translation.

Implementation

double getOffsetX() {
  return _bindings.spine_transform_constraint_data_get_offset_x(_data);
}