spine_skeleton_data_get_width method

double spine_skeleton_data_get_width(
  1. spine_skeleton_data data
)

Implementation

double spine_skeleton_data_get_width(
  spine_skeleton_data data,
) {
  return _spine_skeleton_data_get_width(
    data,
  );
}