Skip to main content

Interface: XRBlocksInteractionsOptions

Defined in: xrblocks-interactions/src/host.ts:29

The slice of the XR Blocks singletons the provider binds to.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
camera{ getWorldPosition: Vec3Like; getWorldQuaternion: QuatLike; }xb.camera / xb.core.camera - the head pose.XRBlocksContext.cameraxrblocks-interactions/src/provider.ts:81
camera.getWorldPositionVec3Like--xrblocks-interactions/src/provider.ts:82
camera.getWorldQuaternionQuatLike--xrblocks-interactions/src/provider.ts:83
dwellDefaults?DwellConfig--xrblocks-interactions/src/host.ts:30
input{ getFrame: XBFrameLike; }xb.input - must expose getFrame().XRBlocksContext.inputxrblocks-interactions/src/provider.ts:79
input.getFrameXBFrameLike--xrblocks-interactions/src/provider.ts:79