|
RexReader
|
A two-dimensional array tiles in single or multiple layers More...
Public Member Functions | |
| TileMap (int width, int height, int layers) | |
| Creates a new TileMap with specified dimensions More... | |
Properties | |
| TileLayer[] | Layers [get] |
| Individual layers, ordered by their order in the source file. More... | |
| int | Width [get] |
| The width of the TileMap. Every layer has the same width. More... | |
| int | Height [get] |
| The height of the TileMap. Every layer has the same height. More... | |
| int | LayerCount [get] |
| The number of layers in the TileMap More... | |
A two-dimensional array tiles in single or multiple layers
| RexTools.TileMap.TileMap | ( | int | width, |
| int | height, | ||
| int | layers | ||
| ) |
|
get |
The height of the TileMap. Every layer has the same height.
|
get |
The number of layers in the TileMap
|
get |
Individual layers, ordered by their order in the source file.
|
get |
The width of the TileMap. Every layer has the same width.