public interface TiledMapTile
Modifier and Type | Interface and Description |
---|---|
static class |
TiledMapTile.BlendMode |
Modifier and Type | Method and Description |
---|---|
TiledMapTile.BlendMode |
getBlendMode() |
int |
getId() |
MapProperties |
getProperties() |
TextureRegion |
getTextureRegion() |
void |
setBlendMode(TiledMapTile.BlendMode blendMode)
Sets the
TiledMapTile.BlendMode to use for rendering the tile |
void |
setId(int id) |
int getId()
void setId(int id)
TiledMapTile.BlendMode getBlendMode()
TiledMapTile.BlendMode
to use for rendering the tilevoid setBlendMode(TiledMapTile.BlendMode blendMode)
TiledMapTile.BlendMode
to use for rendering the tileblendMode
- the blend mode to use for rendering the tileTextureRegion getTextureRegion()
MapProperties getProperties()