Represents a tile from a Tileset.
The index of the tile (position in its tileset).
local image = tile.image
tile.image = newImageGets or sets the image of this tile.
local color = tile.color
tile.color = newColorGets or sets the user-defined color of this tile.
local data = tile.data
tile.data = newDataGets or sets the user-defined data related to this tile (a text string).
Access user-defined and extension-defined properties of this tile.