TiledObjectShape
public enum TiledObjectShape : String
extension SKTileObject.TiledObjectShape: CustomStringConvertible, CustomDebugStringConvertible
Overview
Describes a vector object shape.
Properties
| Property | Description |
|---|---|
| rectangle | Rectangular object shape. |
| ellipse | Circular object shape. |
| polygon | Closed polygonal object shape. |
| polyline | Open polygonal object shape. |
-
Declaration
Swift
public var description: String { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
TiledObjectShape Enumeration Reference