Interface | Description |
---|---|
TiledParserListener |
An common interface to parser listeners
|
TiledParserNotifier |
A common interface to notify
TiledParserListener s |
Class | Description |
---|---|
Layer |
Base class for
TiledMap layers |
Tile |
Represents a tileset tile
|
TiledMap |
An implementation of a parsed map from Tiled.
|
TiledObject |
Represents an object loaded from a
TiledMap |
TiledObjectGroup |
Represents a group of
TiledObject s loaded from a TiledMap |
TiledParser |
Parses Tiled XML files and notifies
TiledParserListener s of map data |
TileLayer |
Represents a tile layer with in a
TiledMap |
Tileset |
A tileset loaded with a
TiledMap |
Enum | Description |
---|---|
LayerType |
Represents a
Layer type as defined by Tiled |
Orientation |
Represents the possible orientations of a
TiledMap |