rotated property

bool rotated
final

The texture was rotated 90 degrees when being packed into a sprite sheet.

if (myTexture.rotated) drawRotated();

Implementation

final bool rotated;