getWidth method
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);
}The width of the skeleton's axis aligned bounding box in the setup pose.
double getWidth() {
  return _bindings.spine_skeleton_data_get_width(_data);
}