Function: unsupported()
function unsupported(feature:
| "occlusion"
| "lightEstimation"
| "depthTexture"
| "planes"
| "meshes"
| "anchors"
| "hitTest", detail?: string): SensingReport;
Defined in: webxr-environment/src/sensing.ts:116
The report a feature has before any adapter has said otherwise.
Parameters
| Parameter | Type |
|---|---|
feature | | "occlusion" | "lightEstimation" | "depthTexture" | "planes" | "meshes" | "anchors" | "hitTest" |
detail? | string |