FileType
public enum FileType : String, CaseIterable
The file types, and some basic information about them, that are supported by Projects by default
-
A PNG image file
Declaration
Swift
case png -
A JPEG image file
Declaration
Swift
case jpeg -
A GIF image file
Declaration
Swift
case gif -
A TIFF image file
Declaration
Swift
case tiff -
A PDF file
Declaration
Swift
case pdf -
A SVG file
Declaration
Swift
case svg -
A Tiled map in XML format
Declaration
Swift
case tmx -
A Tiled tileset in XML format
Declaration
Swift
case tsx -
A directory
Declaration
Swift
case directory -
An
ObjectTypedefinitinion fileDeclaration
Swift
case objectTypeDefinitionFile -
A Tiled project file
Declaration
Swift
case project
View on GitHub
FileType Enumeration Reference