Interface Grid

Common grid properties for tiles in a tileset.

interface Grid {
    height: number;
    orientation: GridOrientation;
    width: number;
}

Properties

height: number

The cell height of the tile grid.

orientation: GridOrientation

The grid orientation.

width: number

The cell width of the tile grid.

Generated using TypeDoc