getWidth method

double getWidth()

The width of the region attachment in Spine.

Implementation

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