getWidth method

double getWidth()

The width of the mesh's image, or zero if nonessential data was not exported.

Implementation

double getWidth() {
  return _bindings.spine_mesh_attachment_get_width(_attachment);
}