HorizontallyFlippable

public protocol HorizontallyFlippable

By conforming to this protocol you indicate, that a sprite model or sprite view supports horizontal flip.

  • Whether the class is currently flipped horizontally.

    Declaration

    Swift

    var horizontallyFlipped: Bool { get set }