Variable: WORLD_FEATURES
const WORLD_FEATURES: readonly ["planes", "meshes", "anchors", "hitTest"];
Defined in: packages/webxr-environment/src/world-sensing.ts:44
The world features an app can ask for. They are named separately from the environment's because a host can have any subset: Quest has planes, meshes and anchors; a phone AR runtime may have only planes and hit test.