navcat docs
    Preparing search index...

    Type Alias TiledNavMeshIntermediates

    type TiledNavMeshIntermediates = {
        buildContext: BuildContextState;
        compactHeightfield: CompactHeightfield[];
        contourSet: ContourSet[];
        heightfield: Heightfield[];
        input: TiledNavMeshInput;
        inputBounds: Box3;
        polyMesh: PolyMesh[];
        polyMeshDetail: PolyMeshDetail[];
        triAreaIds: Uint8Array[];
    }
    Index

    Properties

    buildContext: BuildContextState
    compactHeightfield: CompactHeightfield[]
    contourSet: ContourSet[]
    heightfield: Heightfield[]
    inputBounds: Box3
    polyMesh: PolyMesh[]
    polyMeshDetail: PolyMeshDetail[]
    triAreaIds: Uint8Array[]