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 Parameter | Default type |
|---|---|
T | unknown |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
signedDistance | number | Signed distance from the fingertip to the panel plane, positive in front (meters). | packages/webxr-uiextensions/src/core/touch-press.ts:61 |
target | T | What the fingertip is over: the element under the projected point. | packages/webxr-uiextensions/src/core/touch-press.ts:63 |