Interface: IWSDKXROptionsLike
Defined in: service-framework-iwsdk/src/iwsdk-host.ts:101
The slice of IWSDK XROptions the session facet passes to launchXR.
sessionMode carries the WebXR mode string ("immersive-vr", "immersive-ar",
"inline"), which is also the value of IWSDK's SessionMode enum members.
launchXR merges what it is given over the world's xrDefaults, so anything
left out here keeps the app's default.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
features? | readonly | IWSDKXRFeatureOptionsLike | service-framework-iwsdk/src/iwsdk-host.ts:103 |
sessionMode? | readonly | string | service-framework-iwsdk/src/iwsdk-host.ts:102 |