setWidth method

void setWidth(
  1. double width
)

Implementation

void setWidth(double width) {
  _bindings.spine_mesh_attachment_set_width(_attachment, width);
}