Built-in structure used by TiledLayer object arrays.
| Property | Type | Description |
|---|---|---|
| Id | Integer | Unique object ID from Tiled. |
| Visible | Boolean | True when the object is visible. |
| Name | String | Object name text. |
| Type | String | Object type text. |
| X | Integer | X position in pixels. |
| Y | Integer | Y position in pixels. |
| Width | Integer | Object width in pixels. |
| Height | Integer | Object height in pixels. |
| Properties | TiledProperty array | Custom object properties. |
| PropertyCount | Integer | Number of entries in Properties. |