Enumerations
The following enumerations are available globally.
-
The different
See moreErrors that can be thrown when filteringLayers in aLayerContainer. The attached values can be used to provide diagnostic information or recover from the error in many cases.Declaration
Swift
public enum LayerMatchingError : Error -
Used to indicate for staggered orientations which axis is staggered
See moreDeclaration
Swift
public enum StaggerAxis : String -
Used to indicate for staggered orientations if even or odd indexs are staggered
See moreDeclaration
Swift
public enum StaggerIndex : String -
The desired horizontal position of the text inside the bounds specified
See moreDeclaration
Swift
public enum HorizontalTextAlignment : String, Codable -
The desired vertical position of the text inside the bounds specified
See moreDeclaration
Swift
public enum VerticalTextAlignment : String, Codable -
Tiled user defined properties are typed, and captured as one of a number of
See morePropertyValuecases with attached data for the specific typed valueDeclaration
Swift
public enum PropertyValue : Equatable, CustomStringConvertible, ExpressibleByStringLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByBooleanLiteral, ExpressibleByArrayLiteral
View on GitHub
Enumerations Reference