Size

public struct Size

CardArtSize provides the size of the card arts.

  • Fetches the width of the card art.

    Declaration

    Swift

    public var width: Int { get }
  • Fetches the height of the card art.

    Declaration

    Swift

    public var height: Int { get }