Interface: CapabilitySessionLike
Defined in: capabilities.ts:34
The slice of a live XR session capability derivation reads. Every member is
optional, so a host that reports less than a full XRSession still fits.
Extended by
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
enabledFeatures? | readonly | readonly string[] | capabilities.ts:35 |
environmentBlendMode? | readonly | string | capabilities.ts:36 |
inputSources? | readonly | Iterable<CapabilityInputSourceLike, any, any> | capabilities.ts:37 |