MVFv3 API Documentation
    Preparing search index...

    A flagged geometry anchor is a GeometryAnchor with Flags.

    type FlaggedGeometryAnchor = {
        geometryId: `g_${string}`;
        floorId: `f_${string}`;
        flags: number[];
    }
    Index

    Properties

    geometryId: `g_${string}`
    floorId: `f_${string}`
    flags: number[]