Skip to main content

Interface: PressConfig

Defined in: webxr-interactions/src/behaviours/press.ts:12

Properties

PropertyTypeDescriptionDefined in
axis?Vec3TupleLocal press axis; the button depresses along −axis.webxr-interactions/src/behaviours/press.ts:15
damping?number-webxr-interactions/src/behaviours/press.ts:21
depthFraction?numberFraction of travel reached at full press.webxr-interactions/src/behaviours/press.ts:19
kind"press"-webxr-interactions/src/behaviours/press.ts:13
latching?booleanLatching: 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?numberFull travel in meters.webxr-interactions/src/behaviours/press.ts:17