Loom Engine - v3.1.1
    Preparing search index...

    Interface PathfinderOptions

    interface PathfinderOptions {
        allowDiagonal?: boolean;
        blockCornerCutting?: boolean;
        maxNodes?: number;
        cost?: CellCostFn;
        heuristic?: HeuristicFn;
    }
    Index

    Properties

    allowDiagonal?: boolean
    blockCornerCutting?: boolean
    maxNodes?: number
    cost?: CellCostFn
    heuristic?: HeuristicFn