TmxTilesetGrid

format.tmx.TmxTilesetGrid (Class)

This element is only used in case of isometric orientation, and determines how tile overlays for terrain and collision information are rendered.

Instance Members

orientation: Anonymous

Orientation of the grid for the tiles in this tileset (orthogonal or isometric)


width: Int

height: Int

new(orientation: Anonymous, width: Int, height: Int): Void
Name Type Description
orientation Anonymous Orientation of the grid for the tiles in this tileset (orthogonal or isometric)
width Int
height Int

Metadata

Name Parameters
:structInit -