Properties:
| Name | Type | Description |
|---|---|---|
gpu |
bool | (default: |
source |
string | The image source URL. |
status |
string | [readonly] The current status. One of: |
tileSize |
number | (default: |
Extends
Methods
-
Returns the tile for the given tile ID.
Name Type Description nnumber The tile ID.
Returns:
Type Description object The tile object, or the null tile if the tile does not exist. -
Sets an alias for a tile ID, which will be looked up by
getTileinstead. This can be used for animating tiles.Name Type Description nnumber A tile ID.
tonumber The tile ID to use instead.