| Package | Description |
|---|---|
| com.badlogic.gdx.maps.tiled |
| Modifier and Type | Method and Description |
|---|---|
TiledMap |
TmxMapLoader.load(String fileName,
TmxMapLoader.Parameters parameter)
Loads the
TiledMap from the given file. |
void |
TmxMapLoader.loadAsync(AssetManager manager,
String fileName,
FileHandle tmxFile,
TmxMapLoader.Parameters parameter) |
TiledMap |
TmxMapLoader.loadSync(AssetManager manager,
String fileName,
FileHandle file,
TmxMapLoader.Parameters parameter) |
Copyright © 2021. All rights reserved.