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