|
libgdx API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.badlogic.gdx.graphics.g2d.tiled.TiledLoader
public class TiledLoader
Loads a Tiled Map from a tmx file
| Constructor Summary | |
|---|---|
TiledLoader()
|
|
| Method Summary | |
|---|---|
static TiledMap |
createMap(FileHandle tmxFile)
Loads a Tiled Map from a tmx file |
static TiledMap |
createMap(java.lang.String tmxData)
Loads a TiledMap from a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TiledLoader()
| Method Detail |
|---|
public static TiledMap createMap(java.lang.String tmxData)
TiledMap from a String.
tmxData - The tmx file's content.public static TiledMap createMap(FileHandle tmxFile)
tmxFile - the map's tmx file
|
libgdx API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||