getWidth method

double getWidth()

The width of the skeleton's axis aligned bounding box in the setup pose.

Implementation

double getWidth() {
  return _bindings.spine_skeleton_data_get_width(_data);
}