The graphics.tmx
library is a set of classes and utilities for Tile Maps Operations. Based on the TMX (Tile Map XML) map format used by Tiled is a flexible way to describe a tile based map. It can describe maps with any tile size, any amount of layers, any number of tile sets and it allows custom properties to be set on most elements. Beside tile layers, it can also contain groups of objects that can be placed freely.
Classes
- Base
- A tmx base object definition.
- Frame
- A basic terrain definition.
- Image
- A tmx image definition.
- ImageLayer
- An image layer definition.
- Layer
- A main layer definition.
- ObjectGroup
- An object group layer definition.
- Property
- A custom property definition.
- Terrain
- A basic terrain definition.
- Tile
- A basic tile definition.
- TileLayer
- A basic tile layer definition.
- TileMap
- A flexible standard implementation to describe a tile based map.
- TileObject
- A basic tile object definition.
- TileSet
- A flexible standard implementation to describe a tile based map.
Namespaces
- PropertyType
- The
PropertyType
enumeration provides valid values for thetmx.Property.type
property. - TileMapOrientation
- The
TileMapOrientation
enumeration provides valid values for thetmx.TileMap.orientation
property. - TileMapRenderOrder
- The
TileMapRenderOrder
enumeration provides valid values for thetmx.TileMap.renderorder
property.