setOffsetY method
An offset added to the constrained bone scaleX.
Implementation
void setOffsetY(double offsetY) {
_bindings.spine_transform_constraint_data_set_offset_y(_data, offsetY);
}
An offset added to the constrained bone scaleX.
void setOffsetY(double offsetY) {
_bindings.spine_transform_constraint_data_set_offset_y(_data, offsetY);
}