FileType

public enum FileType : String, CaseIterable

The file types, and some basic information about them, that are supported by Projects by default

  • png

    A PNG image file

    Declaration

    Swift

    case png
  • A JPEG image file

    Declaration

    Swift

    case jpeg
  • gif

    A GIF image file

    Declaration

    Swift

    case gif
  • A TIFF image file

    Declaration

    Swift

    case tiff
  • pdf

    A PDF file

    Declaration

    Swift

    case pdf
  • svg

    A SVG file

    Declaration

    Swift

    case svg
  • tmx

    A Tiled map in XML format

    Declaration

    Swift

    case tmx
  • tsx

    A Tiled tileset in XML format

    Declaration

    Swift

    case tsx
  • A directory

    Declaration

    Swift

    case directory
  • An ObjectType definitinion file

    Declaration

    Swift

    case objectTypeDefinitionFile
  • A Tiled project file

    Declaration

    Swift

    case project