Skip to main content

Interface: TrackedAnchor

Defined in: src/world/anchors/AnchorManager.ts:18

An anchor currently held by the manager.

Properties

anchor

anchor: XRAnchor

Defined in: src/world/anchors/AnchorManager.ts:24

The underlying WebXR anchor.


id

id: string

Defined in: src/world/anchors/AnchorManager.ts:20

Stable id for this anchor within the session.


label

label: string

Defined in: src/world/anchors/AnchorManager.ts:22

Caller-supplied label, carried through persistence.


uuid?

optional uuid: string

Defined in: src/world/anchors/AnchorManager.ts:26

Persistent handle, once one has been requested successfully.