Package | Description |
---|---|
org.mini2Dx.tiled |
Modifier and Type | Method and Description |
---|---|
Tile |
Tileset.getTile(int tileId)
Returns the
Tile for a given tile id |
Tile |
TiledMap.getTile(int tileId)
Returns the
Tile for the given tile ID |
Tile |
Tileset.getTile(int x,
int y)
Returns the
Tile for a given tile coordinate on the tileset |
Modifier and Type | Method and Description |
---|---|
void |
TiledParserNotifier.notifyTilePropertyParsed(Tile tile) |
void |
TiledParser.notifyTilePropertyParsed(Tile tile) |
void |
TiledParserListener.onTilePropertiesParsed(Tile tile) |
void |
TiledMap.onTilePropertiesParsed(Tile tile) |
Copyright © 2014. All rights reserved.