regionWidth property
int
get
regionWidth
Implementation
int get regionWidth {
final result = SpineBindings.bindings.spine_texture_region_get_region_width(_ptr);
return result;
}
set
regionWidth
(int value)
Implementation
set regionWidth(int value) {
SpineBindings.bindings.spine_texture_region_set_region_width(_ptr, value);
}