Skip to main content

Variable: SENSING_FEATURES

const SENSING_FEATURES: readonly ["occlusion", "lightEstimation", "depthTexture", "planes", "meshes", "anchors", "hitTest"];

Defined in: sensing.ts:47

The sensor-backed features an adapter can report on.

Deliberately a closed set rather than a string: a readout that switches on an open-ended name is a readout that silently stops covering half of them.