Package | Description |
---|---|
com.badlogic.gdx.maps.tiled | |
com.badlogic.gdx.maps.tiled.tiles |
Modifier and Type | Method and Description |
---|---|
TiledMapTile.BlendMode |
TiledMapTile.getBlendMode() |
static TiledMapTile.BlendMode |
TiledMapTile.BlendMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TiledMapTile.BlendMode[] |
TiledMapTile.BlendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TiledMapTile.setBlendMode(TiledMapTile.BlendMode blendMode)
Sets the
TiledMapTile.BlendMode to use for rendering the tile |
Modifier and Type | Method and Description |
---|---|
TiledMapTile.BlendMode |
AnimatedTiledMapTile.getBlendMode() |
TiledMapTile.BlendMode |
StaticTiledMapTile.getBlendMode() |
Modifier and Type | Method and Description |
---|---|
void |
AnimatedTiledMapTile.setBlendMode(TiledMapTile.BlendMode blendMode) |
void |
StaticTiledMapTile.setBlendMode(TiledMapTile.BlendMode blendMode) |