Type alias TileCacheGeneratorTileIntermediates

TileCacheGeneratorTileIntermediates: {
    compactHeightfield?: RecastCompactHeightfield;
    heightfield?: RecastHeightfield;
    heightfieldLayerSet?: RecastHeightfieldLayerSet;
    tileX: number;
    tileY: number;
}

Type declaration