Data of the tile set.
More...
Adds the tile.
- Returns
- The added tile.
| Tile FindTile |
( |
string |
name | ) |
|
Find tile from name.
- Parameters
-
- Returns
- tile
| Tile GetTile |
( |
int |
index | ) |
|
Get the tile from the index.
- Parameters
-
- Returns
- tile
| int IndexOfTile |
( |
Tile |
tile | ) |
|
Get the index from the tile.
- Parameters
-
- Returns
- index
| Tile InsertTile |
( |
int |
index | ) |
|
Inserts the tile.
- Returns
- The inserted tile.
- Parameters
-
| index | Index of the insert destination. |
| void ReattachCell |
( |
Cell |
cell | ) |
|
| void ReattachStamp |
( |
Stamp |
stamp | ) |
|
| void RemoveTile |
( |
Tile |
tile | ) |
|
Removes the tile.
- Parameters
-
| tile | Tile you want to remove. |