Class and Description |
---|
TiledGroupLayer
A TiledGroupLayer represents a group layer.
|
TiledImage
A TiledImage represents the image associated with a single-image tileset,
a tile in an image collection tileset, or an image layer.
|
TiledLayer
A TiledLayer represents a tile layer, object layer, image layer, or group
layer, depending on which subclass of TiledLayer it is.
|
TiledMap
A TiledMap represents an entire map made with Tiled.
|
TiledMap.Orientation
Represents an orientation that a Tiled map can have.
|
TiledMap.RenderOrder
Represents an order in which the tiles in a Tiled map's tile layers
can be rendered.
|
TiledMap.StaggerAxis
Represents an axis that can be staggered in a Tiled map with a
staggered or hexagonal orientation.
|
TiledMap.StaggerIndex
Represents a category of indices that can be shifted in a Tiled map
with a staggered or hexagonal orientation.
|
TiledObject
A TiledObject represents a Tiled object in an object layer, or as part of
the specification of a tile's collision properties.
|
TiledObject.Shape
Represents a shape that a Tiled object can take, such as an ellipse or
polygon.
|
TiledObjectTemplate
A TiledObjectTemplate represents a template from which TiledObjects can
borrow their default properties.
|
TiledResource
A TiledResource is an object of a type that can represent the "top-level"
structure of a Tiled file, and may have been read from such a structure by
the TiledReader class.
|
TiledTerrainType
A TiledTerrainType represents a terrain type in a tileset.
|
TiledText
A TiledText represents the text of a text-type Tiled object.
|
TiledText.HAlign
Represents a horizontal alignment that text can have within a text
object.
|
TiledText.VAlign
Represents a vertical alignment that text can have within a text
object.
|
TiledTile
A TiledTile represents one of the tiles in a tileset.
|
TiledTileLayer
A TiledTileLayer represents a tile layer.
|
TiledTileset
A TiledTileset represents a tileset.
|
TiledTileset.GridOrientation
Represents an orientation that a tileset's tile grid can have.
|
TiledTileset.ObjectAlignment
Represents an alignment that tile objects using a tileset's tiles can
have.
|
TiledWangColor
A TiledWangColor represents a color that can be used to define the corner
or edge of a Wang tile.
|
TiledWangSet
A TiledWangSet represents a Wang set defined for a tileset.
|
TiledWangTile
A TiledWangTile represents a Wang tile.
|