Skip to main content

Interface: XRBlocksContext

Defined in: xrblocks-interactions/src/provider.ts:77

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

Extended by

Properties

PropertyTypeDescriptionDefined in
camera{ getWorldPosition: Vec3Like; getWorldQuaternion: QuatLike; }xb.camera / xb.core.camera - the head pose.xrblocks-interactions/src/provider.ts:81
camera.getWorldPositionVec3Like-xrblocks-interactions/src/provider.ts:82
camera.getWorldQuaternionQuatLike-xrblocks-interactions/src/provider.ts:83
input{ getFrame: XBFrameLike; }xb.input - must expose getFrame().xrblocks-interactions/src/provider.ts:79
input.getFrameXBFrameLike-xrblocks-interactions/src/provider.ts:79