API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceTiledTilesetResources
@codexo/exojs-tiled / tiled / stable
Loader-resolved resources for a TiledTileset: the absolute image URL(s) and the Texture instance(s) loaded for them. All textures are owned by the `Loader` cache - a TiledTileset never destroys them.
4
props
0
methods
0
events
Import
import { TiledTilesetResources } from '@codexo/exojs-tiled'Loader-resolved resources for a TiledTileset: the absolute image URL(s) and the Texture instance(s) loaded for them. All textures are owned by the `Loader` cache - a TiledTileset never destroys them.
Properties4
imageUrl?: stringResolved URL of the tileset's atlas TiledTilesetData.image, or undefined for a collection-of-images tileset.
source?: stringResolved URL of the external .tsj file, or undefined for an embedded tileset.
Texture loaded for imageUrl.
Textures loaded for collection-of-images TiledTileData.image entries, keyed by local tile id.
Source