Returns a pointer to the Texture Rect. With this you can change the existing Rect without setting a new one. You can e.g. collapse the Rect with this method.
Shape s = Shape.make(...); // A lot of code s.fetchTextureRect().collapse();
See Implementation
Returns a pointer to the Texture Rect. With this you can change the existing Rect without setting a new one. You can e.g. collapse the Rect with this method.