rotated property
final
The texture was rotated 90 degrees when being packed into a sprite sheet.
if (myTexture.rotated) drawRotated();
Implementation
final bool rotated
The texture was rotated 90 degrees when being packed into a sprite sheet.
if (myTexture.rotated) drawRotated();
final bool rotated