getOffsetY method

double getOffsetY()

An offset added to the constrained bone Y translation.

Implementation

double getOffsetY() {
  return _bindings.spine_transform_constraint_data_get_offset_y(_data);
}