|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
static TiledMap |
TiledLoader.createMap(java.lang.String tmxData)
Loads a TiledMap from a String . |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |