Interface: AdapterCapabilities
Defined in: runtime-adapter.ts:50
XR capabilities services gate on (e.g. passthrough requires immersive).
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
environmentBlendMode | readonly | | EnvironmentBlendMode | null | Which blend mode, where AdapterCapabilities.passthrough only says whether there is one. The two passthrough modes behave oppositely, so a service that draws for one draws wrongly for the other: dimming the world on an "additive" display means drawing brighter, not darker. null where there is no session, or where the host reports a value WebXR does not define. | runtime-adapter.ts:64 |
handTracking | readonly | boolean | - | runtime-adapter.ts:52 |
immersive | readonly | boolean | - | runtime-adapter.ts:51 |
passthrough | readonly | boolean | True for any blend mode other than "opaque": the world shows through. | runtime-adapter.ts:55 |
planeDetection | readonly | boolean | - | runtime-adapter.ts:53 |