Type alias SoloNavMeshGeneratorIntermediates

SoloNavMeshGeneratorIntermediates: {
    buildContext: RecastBuildContext;
    compactHeightfield?: RecastCompactHeightfield;
    contourSet?: RecastContourSet;
    heightfield?: RecastHeightfield;
    polyMesh?: RecastPolyMesh;
    polyMeshDetail?: RecastPolyMeshDetail;
    type: "solo";
}

Type declaration