width property

double get width

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

Implementation

double get width {
  final result = SpineBindings.bindings.spine_skeleton_data_get_width(_ptr);
  return result;
}
set width (double value)

Implementation

set width(double value) {
  SpineBindings.bindings.spine_skeleton_data_set_width(_ptr, value);
}