Type Alias: AnchorCapability
AnchorCapability =
"unsupported"|"session-only"|"persistent"|"simulated"
Defined in: src/world/anchors/AnchorTypes.ts:17
What the current platform can do with anchors.
The WebXR anchor APIs are all optional in the typings and genuinely absent on many browsers, so capability is probed rather than inferred from the presence of an XR session.