Method GetTileInfoByIndex
GetTileInfoByIndex(int)
Gets the specified tile info by its index.
public TileInfo GetTileInfoByIndex(int index)
Parameters
indexintThe tile index to query.
Returns
- TileInfo
A structure containing the associated tile info.
Remarks
For example, a 3x3 area has the following tile indexes:
6 7 8
3 4 5
0 1 2