Uses of Class
com.badlogic.gdx.maps.MapObject
-
Packages that use MapObject 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 -
-
Uses of MapObject in com.badlogic.gdx.maps
Methods in com.badlogic.gdx.maps with type parameters of type MapObject Modifier and Type Method Description <T extends MapObject>
Array<T>MapObjects. getByType(java.lang.Class<T> type)<T extends MapObject>
Array<T>MapObjects. getByType(java.lang.Class<T> type, Array<T> fill)Methods in com.badlogic.gdx.maps that return MapObject Modifier and Type Method Description MapObjectMapObjects. get(int index)MapObjectMapObjects. get(java.lang.String name)Methods in com.badlogic.gdx.maps that return types with arguments of type MapObject Modifier and Type Method Description java.util.Iterator<MapObject>MapObjects. iterator()Methods in com.badlogic.gdx.maps with parameters of type MapObject Modifier and Type Method Description voidMapObjects. add(MapObject object)intMapObjects. getIndex(MapObject object)Get the index of the object in the collection, or -1 if no such object exists.voidMapObjects. remove(MapObject object) -
Uses of MapObject in com.badlogic.gdx.maps.objects
Subclasses of MapObject in com.badlogic.gdx.maps.objects Modifier and Type Class Description classCircleMapObjectclassEllipseMapObjectclassPolygonMapObjectclassPolylineMapObjectclassRectangleMapObjectclassTextureMapObject -
Uses of MapObject in com.badlogic.gdx.maps.tiled
Fields in com.badlogic.gdx.maps.tiled with type parameters of type MapObject Modifier and Type Field Description protected IntMap<MapObject>BaseTmxMapLoader. idToObjectMethods in com.badlogic.gdx.maps.tiled that return types with arguments of type MapObject Modifier and Type Method Description IntMap<MapObject>BaseTmxMapLoader. getIdToObject()Gets a map of the object ids to theMapObjectinstances.Methods in com.badlogic.gdx.maps.tiled with parameters of type MapObject Modifier and Type Method Description voidTiledMapRenderer. renderObject(MapObject object) -
Uses of MapObject in com.badlogic.gdx.maps.tiled.objects
Subclasses of MapObject in com.badlogic.gdx.maps.tiled.objects Modifier and Type Class Description classTiledMapTileMapObjectAMapObjectwith aTiledMapTile. -
Uses of MapObject in com.badlogic.gdx.maps.tiled.renderers
Methods in com.badlogic.gdx.maps.tiled.renderers with parameters of type MapObject Modifier and Type Method Description voidBatchTiledMapRenderer. renderObject(MapObject object)voidOrthoCachedTiledMapRenderer. renderObject(MapObject object)
-