Taos API Reference
    Preparing search index...

    Interface XrAnchorEntry

    One tracked anchor and its latest resolved pose.

    interface XrAnchorEntry {
        id: number;
        anchor: XRAnchor;
        matrix: Mat4 | null;
    }
    Index

    Properties

    Properties

    id: number

    Stable per-session id (assigned in creation order).

    anchor: XRAnchor

    The underlying WebXR anchor.

    matrix: Mat4 | null

    Anchor pose in the session's reference space, refreshed each XrAnchors.update; null while the anchor is (re)localizing.