offsetScaleY property
double
get
offsetScaleY
An offset added to the constrained bone scaleY.
Implementation
double get offsetScaleY {
final result = SpineBindings.bindings.spine_transform_constraint_data_get_offset_scale_y(_ptr);
return result;
}
set
offsetScaleY
(double value)
Implementation
set offsetScaleY(double value) {
SpineBindings.bindings.spine_transform_constraint_data_set_offset_scale_y(_ptr, value);
}