width property

double get width

Implementation

double get width {
  final result = SpineBindings.bindings.spine_mesh_attachment_get_width(_ptr);
  return result;
}
set width (double value)

Implementation

set width(double value) {
  SpineBindings.bindings.spine_mesh_attachment_set_width(_ptr, value);
}