Fetch the current Texture Rect, so that you can modify it, if you want to.
Spritesheet s = new Spritesheet(...); // A lot of code s.fetchTextureRect().collapse();
See Implementation
Fetch the current Texture Rect, so that you can modify it, if you want to.