navcat docs
    Preparing search index...

    Type Alias NavMeshBvNode

    type NavMeshBvNode = {
        bounds: Box3;
        i: number;
    }
    Index

    Properties

    Properties

    bounds: Box3

    bounds of the bv node

    i: number

    the node's index