TileSet handles operations on tiles as a set, or group. It has several advanced internal functions aimed at reducing unnecessary data replication. A 'tile' is represented internally as two distinct pieces of data. The first and most important is a {@link Tile} object, and these are held in a{@link Vector}.
The other is the tile image.
|
|
|
|