Interface: HoldUpdate
Defined in: webxr-uiextensions/src/core/hold-to-drag.ts:10
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
began | boolean | True on the exact update where the hold crossed into dragging. | webxr-uiextensions/src/core/hold-to-drag.ts:13 |
ended | boolean | True on the exact update where an active drag was released. | webxr-uiextensions/src/core/hold-to-drag.ts:15 |
phase | HoldPhase | - | webxr-uiextensions/src/core/hold-to-drag.ts:11 |