Interface: InteractionRuntimeOptions
Defined in: webxr-interactions/src/runtime.ts:90
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
dwellDefaults? | DwellConfig | - | webxr-interactions/src/runtime.ts:93 |
hitTester? | HitTester | - | webxr-interactions/src/runtime.ts:92 |
provider | InputProvider | - | webxr-interactions/src/runtime.ts:91 |
velocity? | false | VelocityTrackerOptions | Per-source velocity tracking. On by default with no smoothing; pass false to skip it, or options to smooth. The tracker only fills in what the provider did not supply. | webxr-interactions/src/runtime.ts:99 |