Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface QuadtreeObject {
        n?: Set<Quadtree>;
        r: Rectangle;
        t: any;
    }
    Index

    Properties

    n? r t

    Properties

    n?: Set<Quadtree>
    r: Rectangle
    t: any