navcat docs
    Preparing search index...

    Type Alias SoloNavMeshIntermediates

    type SoloNavMeshIntermediates = {
        buildContext: BuildContextState;
        compactHeightfield: CompactHeightfield;
        contourSet: ContourSet;
        heightfield: Heightfield;
        input: SoloNavMeshInput;
        polyMesh: PolyMesh;
        polyMeshDetail: PolyMeshDetail;
        triAreaIds: Uint8Array;
    }
    Index

    Properties

    buildContext: BuildContextState
    compactHeightfield: CompactHeightfield
    contourSet: ContourSet
    heightfield: Heightfield
    polyMesh: PolyMesh
    polyMeshDetail: PolyMeshDetail
    triAreaIds: Uint8Array