Interface: DragSession
Defined in: 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. | core/drag-math.ts:14 |
holdOffset | Vec3 | Window origin minus grab point, world space, captured at grab time. | core/drag-math.ts:16 |