TiledObjectType
public enum TiledObjectType : String
extension SKTileObject.TiledObjectType: CustomStringConvertible, CustomDebugStringConvertible
Overview
Describes the object type (tile object, text object, etc).
Properties
Property | Description |
---|---|
none | Object is a simple vector object type. |
text | Object is text object. |
tile | Object is effectively a tile. |
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public var debugDescription: String { get }