VerticallyFlippable

public protocol VerticallyFlippable

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

  • Whether the class is currently flipped horizontally.

    Declaration

    Swift

    var verticallyFlipped: Bool { get set }