Function: toIWSDKFeatures()
function toIWSDKFeatures(options?: SessionRequestOptions): IWSDKFeatureMapping;
Defined in: service-framework-iwsdk/src/iwsdk-features.ts:78
Translate a request's feature strings into IWSDK's XRFeatureOptions.
A feature named in both lists comes out required, because the stricter of the two is the one the caller cannot do without.
Parameters
| Parameter | Type |
|---|---|
options? | SessionRequestOptions |