MVFv3 API Documentation
    Preparing search index...

    Type Alias GeometryKindsSchema

    GeometryKindsSchema: Partial<
        {
            [key: `g_${string}`]: | "object"
            | "unknown"
            | "room"
            | "hallway"
            | "wall"
            | "poi"
            | "area"
            | "window";
        },
    >

    The geometry kinds extension adds a single property to the root of the bundle, kinds, which is a record of FloorId to GeometryKinds objects.

    This describes the Kind of individual geometries on a floor. Not all geometries will have a kind.