Interface: LocomotionOptions
Defined in: xrblocks-uiextensions/src/desktop-locomotion.ts:34
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
crouchHeight | number | Eye height when crouching, meters. | xrblocks-uiextensions/src/desktop-locomotion.ts:42 |
crouchSpeed | number | How fast the eye height eases between stand and crouch (1/s). | xrblocks-uiextensions/src/desktop-locomotion.ts:44 |
gravity | number | Gravity, m/s² (positive magnitude). | xrblocks-uiextensions/src/desktop-locomotion.ts:48 |
jumpVelocity | number | Upward velocity imparted by a jump, m/s. | xrblocks-uiextensions/src/desktop-locomotion.ts:46 |
speed | number | Walking speed, m/s. | xrblocks-uiextensions/src/desktop-locomotion.ts:36 |
sprintMultiplier | number | Multiplier applied while sprinting. | xrblocks-uiextensions/src/desktop-locomotion.ts:38 |
standHeight | number | Eye height when standing, meters. | xrblocks-uiextensions/src/desktop-locomotion.ts:40 |