Package | Description |
---|---|
com.badlogic.gdx.maps | |
com.badlogic.gdx.maps.objects | |
com.badlogic.gdx.maps.tiled | |
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) |
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 | Method and Description |
---|---|
void |
HexagonalTiledMapRenderer.renderObject(MapObject object) |
void |
IsometricStaggeredTiledMapRenderer.renderObject(MapObject object) |
void |
IsometricTiledMapRenderer.renderObject(MapObject object) |
void |
OrthogonalTiledMapRenderer.renderObject(MapObject object) |