navcat docs
    Preparing search index...

    Type Alias NavMeshTileBvTree

    type NavMeshTileBvTree = {
        nodes: NavMeshBvNode[];
        quantFactor: number;
    }
    Index

    Properties

    Properties

    nodes: NavMeshBvNode[]

    the tile bounding volume nodes

    quantFactor: number

    the quantisation factor for the bounding volume tree