Uses of Class
com.badlogic.gdx.maps.tiled.tiles.StaticTiledMapTile
-
Packages that use StaticTiledMapTile Package Description com.badlogic.gdx.maps.tiled.tiles -
-
Uses of StaticTiledMapTile in com.badlogic.gdx.maps.tiled.tiles
Methods in com.badlogic.gdx.maps.tiled.tiles that return StaticTiledMapTile Modifier and Type Method Description StaticTiledMapTile[]AnimatedTiledMapTile. getFrameTiles()Constructors in com.badlogic.gdx.maps.tiled.tiles with parameters of type StaticTiledMapTile Constructor Description StaticTiledMapTile(StaticTiledMapTile copy)Copy constructorConstructor parameters in com.badlogic.gdx.maps.tiled.tiles with type arguments of type StaticTiledMapTile Constructor Description AnimatedTiledMapTile(float interval, Array<StaticTiledMapTile> frameTiles)Creates an animated tile with the given animation interval and frame tiles.AnimatedTiledMapTile(IntArray intervals, Array<StaticTiledMapTile> frameTiles)Creates an animated tile with the given animation intervals and frame tiles.
-