y property
int
get
y
Implementation
int get y {
final result = SpineBindings.bindings.spine_atlas_region_get_y(_ptr);
return result;
}
set
y
(int value)
Implementation
set y(int value) {
SpineBindings.bindings.spine_atlas_region_set_y(_ptr, value);
}