ecspresso
    Preparing search index...

    Interface DetectedEntry

    A detected entity with its squared distance from the detector.

    interface DetectedEntry {
        distanceSq: number;
        entityId: number;
    }
    Index

    Properties

    Properties

    distanceSq: number
    entityId: number