Skip to content

TmjObject.Type Property

Definition

Namespace: Brine2D.Tilemap

The object's user-defined type/class. Tiled 1.8 and earlier export this as "type"; Tiled 1.9+ exports it as "class". Both are read so maps from any Tiled version load correctly.

C#
public string Type { get; set; }

Property Value

System.String