melonjs
    Preparing search index...

    Class TMXTileset

    a TMX Tile Set Object

    Index

    Constructors

    Properties

    atlas: any
    class: boolean

    the tileset class

    firstgid: number
    image: HTMLImageElement | undefined
    imageCollection: HTMLImageElement[]
    isAnimated: boolean

    Tileset contains animated tiles

    isCollection: boolean

    true if the tileset is a "Collection of Image" Tileset

    lastgid: number
    margin: number
    name: any
    spacing: number
    texture: any
    tileheight: number
    tileoffset: Vector2d
    TileProperties: any[]
    tilewidth: number

    Methods