Interface: WebXRFrameAccess
Defined in: xrblocks-uiextensions/src/xrblocks.ts:45
The slice of three's WebXRManager (renderer.xr) a hand pose source
needs. Structural, so anything with the same three methods will do.
Methods
getFrame()
getFrame(): XRFrame | null | undefined;
Defined in: xrblocks-uiextensions/src/xrblocks.ts:46
Returns
XRFrame | null | undefined
getReferenceSpace()
getReferenceSpace(): XRReferenceSpace | null;
Defined in: xrblocks-uiextensions/src/xrblocks.ts:47
Returns
XRReferenceSpace | null
getSession()
getSession(): XRSession | null;
Defined in: xrblocks-uiextensions/src/xrblocks.ts:48
Returns
XRSession | null