Package | Description |
---|---|
com.badlogic.gdx.maps.tiled.tiles |
Modifier and Type | Method and Description |
---|---|
StaticTiledMapTile[] |
AnimatedTiledMapTile.getFrameTiles() |
Constructor and Description |
---|
StaticTiledMapTile(StaticTiledMapTile copy)
Copy constructor
|
Constructor and 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.
|