getTilesetIndex(name) → {number}
Gets the tileset index based on its name.
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the tileset to get. |
Returns
number -
The index of the tileset in this tilemap, or null if not found.
- Source code: tilemap/Tilemap.js (Line 753)
Please login to continue.