libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.tiled.TiledMap

Packages that use TiledMap
com.badlogic.gdx.graphics.g2d.tiled   
 

Uses of TiledMap in com.badlogic.gdx.graphics.g2d.tiled
 

Methods in com.badlogic.gdx.graphics.g2d.tiled that return TiledMap
static TiledMap TiledLoader.createMap(FileHandle tmxFile)
          Loads a Tiled Map from a tmx file
 TiledMap TileMapRenderer.getMap()
           
 

Constructors in com.badlogic.gdx.graphics.g2d.tiled with parameters of type TiledMap
SimpleTileAtlas(TiledMap map, FileHandle inputDir)
          Creates a TileAtlas for use with TileMapRenderer.
TileAtlas(TiledMap map, FileHandle inputDir)
          Creates a TileAtlas for use with TileMapRenderer.
TileMapRenderer(TiledMap map, TileAtlas atlas, int tilesPerBlockX, int tilesPerBlockY)
          A renderer for static tile maps backed with a Sprite Cache.
TileMapRenderer(TiledMap map, TileAtlas atlas, int tilesPerBlockX, int tilesPerBlockY, float unitsPerTileX, float unitsPerTileY)
          A renderer for static tile maps backed with a Sprite Cache.
TileMapRenderer(TiledMap map, TileAtlas atlas, int tilesPerBlockX, int tilesPerBlockY, float unitsPerTileX, float unitsPerTileY, ShaderProgram shader)
           
TileMapRenderer(TiledMap map, TileAtlas atlas, int tilesPerBlockX, int tilesPerBlockY, ShaderProgram shader)
          A renderer for static tile maps backed with a Sprite Cache.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)