Interface: IWSDKFeatureMapping
Defined in: service-framework-iwsdk/src/iwsdk-features.ts:39
What toIWSDKFeatures made of a request's feature strings.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
features? | readonly | IWSDKXRFeatureOptionsLike | The structured flags to pass as XROptions.features, absent when nothing mapped. launchXR merges what it is given over the world's xrDefaults, so sending nothing leaves the app's defaults alone. | service-framework-iwsdk/src/iwsdk-features.ts:45 |
unmapped | readonly | readonly string[] | Feature strings IWSDK has no key for, in the order they were first seen. They are dropped from the request. Read this to log or refuse ahead of a call, since the adapter itself says nothing about them. | service-framework-iwsdk/src/iwsdk-features.ts:51 |