Skip to main content

Function: unsupported()

function unsupported(feature:
| "occlusion"
| "lightEstimation"
| "depthTexture"
| "planes"
| "meshes"
| "anchors"
| "hitTest", detail?: string): SensingReport;

Defined in: sensing.ts:116

The report a feature has before any adapter has said otherwise.

Parameters

ParameterType
feature| "occlusion" | "lightEstimation" | "depthTexture" | "planes" | "meshes" | "anchors" | "hitTest"
detail?string

Returns

SensingReport