Skip to main content

Interface: TouchSample<T = unknown>

Defined in: packages/webxr-uiextensions/src/core/touch-press.ts:59

What the adapter measured this frame. undefined means no contact at all.

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyTypeDescriptionDefined in
signedDistancenumberSigned distance from the fingertip to the panel plane, positive in front (meters).packages/webxr-uiextensions/src/core/touch-press.ts:61
targetTWhat the fingertip is over: the element under the projected point.packages/webxr-uiextensions/src/core/touch-press.ts:63