TileSet
Class in Nostalgia / Inherits from: AssetObject
Description
Data of the tile set.
Fields
| Field Name | Description |
|---|---|
| material | The material. |
Properties
| Property Name | Description |
|---|---|
| tileCount | Get the number of tiles. |
Methods
| Method Name | Description |
|---|---|
| AddTile | Adds the tile. |
| FindTile | Find tile from name. |
| GetTile | Get the tile from the index. |
| IndexOfTile | Get the index from the tile. |
| InsertTile | Inserts the tile. |
| OnPreDestroy | Called when deleting a TileSet. |
| ReattachCell | Re-attach the Cell of Tile |
| ReattachStamp | Re-attach the Stamp of Tile |
| RemoveTile | Removes the tile. |