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 n
number 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
getTile
instead. This can be used for animating tiles.Name Type Description n
number A tile ID.
to
number The tile ID to use instead.