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

    Interface QuadtreeOptions

    interface QuadtreeOptions {
        bounds: QuadtreeBounds;
        maxItemsPerNode?: number;
        maxDepth?: number;
    }
    Index

    Properties

    maxItemsPerNode?: number
    maxDepth?: number