offsetX property
double
get
offsetX
Implementation
double get offsetX {
final result = SpineBindings.bindings.spine_atlas_region_get_offset_x(_ptr);
return result;
}
set
offsetX
(double value)
Implementation
set offsetX(double value) {
SpineBindings.bindings.spine_atlas_region_set_offset_x(_ptr, value);
}