Interface: XRBlocksInteractionsOptions
Defined in: xrblocks-interactions/src/host.ts:29
The slice of the XR Blocks singletons the provider binds to.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
camera | { getWorldPosition: Vec3Like; getWorldQuaternion: QuatLike; } | xb.camera / xb.core.camera - the head pose. | XRBlocksContext.camera | xrblocks-interactions/src/provider.ts:81 |
camera.getWorldPosition | Vec3Like | - | - | xrblocks-interactions/src/provider.ts:82 |
camera.getWorldQuaternion | QuatLike | - | - | xrblocks-interactions/src/provider.ts:83 |
dwellDefaults? | DwellConfig | - | - | xrblocks-interactions/src/host.ts:30 |
input | { getFrame: XBFrameLike; } | xb.input - must expose getFrame(). | XRBlocksContext.input | xrblocks-interactions/src/provider.ts:79 |
input.getFrame | XBFrameLike | - | - | xrblocks-interactions/src/provider.ts:79 |