Interface: IWSDKXRFeatureOptionsLike
Defined in: service-framework-iwsdk/src/iwsdk-host.ts:83
IWSDK's XRFeatureOptions. IWSDK takes structured flags rather than the
WebXR feature strings, which is why the adapter maps between the two.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
anchors? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:85 |
depthSensing? | readonly | IWSDKDepthSensingFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:89 |
handTracking? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:84 |
hitTest? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:86 |
layers? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:90 |
meshDetection? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:88 |
planeDetection? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:87 |
unbounded? | readonly | IWSDKFeatureFlagLike | service-framework-iwsdk/src/iwsdk-host.ts:91 |