Class: TextureStoreItem

TextureStoreItem(store, tile)

An item saved in a TextureStore.

Clients do not need to instantiate this. It is automatically instantiated by a TextureStore to manage the lifetime of a stored item: loading, refreshing, unloading and emitting associated events.

Constructor

new TextureStoreItem(store, tile)

Parameters:
Name Type Description
store TextureStore

The underlying TextureStore.

tile Tile

The underlying tile.