Type alias TiledNavMeshGeneratorConfig

TiledNavMeshGeneratorConfig: Pretty<RecastConfig & OffMeshConnectionGeneratorParams & {
    bounds?: [bbMin: Vector3Tuple, bbMax: Vector3Tuple];
    buildBvTree?: boolean;
    chunkyTriMeshTrisPerChunk?: number;
}>