Interface: SensingReport
Defined in: packages/webxr-environment/src/sensing.ts:77
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
detail? | readonly | string | Why, in a sentence, for a human. Never parsed and never switched on - if code needs to branch on something, that something belongs in state. | packages/webxr-environment/src/sensing.ts:84 |
feature | readonly | | "occlusion" | "lightEstimation" | "depthTexture" | "planes" | "meshes" | "anchors" | "hitTest" | - | packages/webxr-environment/src/sensing.ts:78 |
state | readonly | SensingState | - | packages/webxr-environment/src/sensing.ts:79 |