Thanks but i don't know how to use it. Doc says
Returns the axis aligned bounding box
But it's a void function
public void getBounds (Vector2 offset, Vector2 size)
Should I call it like this?
skeleton.getBounds(new Vector2(0,0),new Vector(convert 2 world width to pixel, convert 4 world height to pixel));