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.

Extensions