packedWidth property
int
get
packedWidth
Implementation
int get packedWidth {
final result = SpineBindings.bindings.spine_atlas_region_get_packed_width(_ptr);
return result;
}
set
packedWidth
(int value)
Implementation
set packedWidth(int value) {
SpineBindings.bindings.spine_atlas_region_set_packed_width(_ptr, value);
}