SKParagraph

public struct SKParagraph

Undocumented

  • The paragraph text contents.

    Declaration

    Swift

    public let paragraph: String
  • Undocumented

    Declaration

    Swift

    public init(paragraph: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws