Package | Description |
---|---|
com.badlogic.gdx.maps.tiled.tiles | |
com.badlogic.gdx.utils |
Constructor and Description |
---|
AnimatedTiledMapTile(LongArray intervals,
Array<StaticTiledMapTile> frameTiles)
Creates an animated tile with the given animation intervals and frame tiles.
|
Modifier and Type | Method and Description |
---|---|
LongArray |
LongMap.Keys.toArray()
Returns a new array containing the remaining values.
|
static LongArray |
LongArray.with(long... array) |
Modifier and Type | Method and Description |
---|---|
void |
LongArray.addAll(LongArray array) |
void |
LongArray.addAll(LongArray array,
int offset,
int length) |
boolean |
LongArray.removeAll(LongArray array)
Removes from this array all of elements contained in the specified array.
|
Constructor and Description |
---|
LongArray(LongArray array)
Creates a new array containing the elements in the specific array.
|