spine_bounds_get_height method

double spine_bounds_get_height(
  1. spine_bounds bounds
)

Implementation

double spine_bounds_get_height(
  spine_bounds bounds,
) {
  return _spine_bounds_get_height(
    bounds,
  );
}