Interface: PressConfig
Defined in: webxr-interactions/src/behaviours/press.ts:12
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
axis? | Vec3Tuple | Local press axis; the button depresses along −axis. | webxr-interactions/src/behaviours/press.ts:15 |
damping? | number | - | webxr-interactions/src/behaviours/press.ts:21 |
depthFraction? | number | Fraction of travel reached at full press. | webxr-interactions/src/behaviours/press.ts:19 |
kind | "press" | - | webxr-interactions/src/behaviours/press.ts:13 |
latching? | boolean | Latching: press toggles and holds; release is a no-op. | webxr-interactions/src/behaviours/press.ts:23 |
stiffness? | number | - | webxr-interactions/src/behaviours/press.ts:20 |
travel? | number | Full travel in meters. | webxr-interactions/src/behaviours/press.ts:17 |