rotated property

bool? rotated

Returns whether this sub-texture is rotated within its parent texture.

Implementation

bool? get rotated {
  return _rotated;
}