Nostalgia
2.1.5
|
Data of the tile set. More...
Public Member Functions | |
Tile | GetTile (int index) |
Get the tile from the index. More... | |
Tile | FindTile (string name) |
Find tile from name. More... | |
int | IndexOfTile (Tile tile) |
Get the index from the tile. More... | |
void | ReattachCell (Cell cell) |
Re-attach the Cell of Tile More... | |
void | ReattachStamp (Stamp stamp) |
Re-attach the Stamp of Tile More... | |
Tile | AddTile () |
Adds the tile. More... | |
Tile | InsertTile (int index) |
Inserts the tile. More... | |
void | RemoveTile (Tile tile) |
Removes the tile. More... | |
void | OnPreDestroy () |
Public Attributes | |
Material | material |
The material. More... | |
Properties | |
int | tileCount [get] |
Get the number of tiles. More... | |
Data of the tile set.
Tile AddTile | ( | ) |
Adds the tile.
Tile FindTile | ( | string | name | ) |
Find tile from name.
name | name |
Tile GetTile | ( | int | index | ) |
Get the tile from the index.
index | index |
int IndexOfTile | ( | Tile | tile | ) |
Get the index from the tile.
tile | tile |
Tile InsertTile | ( | int | index | ) |
Inserts the tile.
index | Index of the insert destination. |
void OnPreDestroy | ( | ) |
Material material |
The material.
|
get |
Get the number of tiles.