Interface: DragSession
Defined in: packages/webxr-uiextensions/src/core/drag-math.ts:12
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
distance | number | Ray-hit distance at grab time; the window keeps riding at this range. | packages/webxr-uiextensions/src/core/drag-math.ts:14 |
holdOffset | Vec3 | Window origin minus grab point, world space, captured at grab time. | packages/webxr-uiextensions/src/core/drag-math.ts:16 |