Type alias Tile

Tile: {
    position: Point;
    size: Size;
    type: number;
}

Type declaration

Generated using TypeDoc