| Package | Description |
|---|---|
| com.badlogic.gdx.maps | |
| com.badlogic.gdx.maps.objects | |
| com.badlogic.gdx.maps.tiled | |
| com.badlogic.gdx.maps.tiled.objects | |
| com.badlogic.gdx.maps.tiled.renderers |
| Modifier and Type | Method and Description |
|---|---|
<T extends MapObject> |
MapObjects.getByType(java.lang.Class<T> type) |
<T extends MapObject> |
MapObjects.getByType(java.lang.Class<T> type,
Array<T> fill) |
| Modifier and Type | Method and Description |
|---|---|
MapObject |
MapObjects.get(int index) |
MapObject |
MapObjects.get(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<MapObject> |
MapObjects.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapObjects.add(MapObject object) |
int |
MapObjects.getIndex(MapObject object)
Get the index of the object in the collection, or -1 if no such object exists.
|
void |
MapObjects.remove(MapObject object) |
| Modifier and Type | Class and Description |
|---|---|
class |
CircleMapObject |
class |
EllipseMapObject |
class |
PolygonMapObject |
class |
PolylineMapObject |
class |
RectangleMapObject |
class |
TextureMapObject |
| Modifier and Type | Method and Description |
|---|---|
void |
TiledMapRenderer.renderObject(MapObject object) |
| Modifier and Type | Class and Description |
|---|---|
class |
TiledMapTileMapObject
A
MapObject with a TiledMapTile. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchTiledMapRenderer.renderObject(MapObject object) |
void |
OrthoCachedTiledMapRenderer.renderObject(MapObject object) |