Interface: LocomotorConfig
Defined in: packages/locomotor/src/core/locomotor.ts:25
Copyright (c) Meta Platforms, Inc. and affiliates.
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
Properties
initialPlayerPosition?
optional
initialPlayerPosition:Vector3
Defined in: packages/locomotor/src/core/locomotor.ts:26
jumpCooldown?
optional
jumpCooldown:number
Defined in: packages/locomotor/src/core/locomotor.ts:31
jumpHeight?
optional
jumpHeight:number
Defined in: packages/locomotor/src/core/locomotor.ts:30
maxDropDistance?
optional
maxDropDistance:number
Defined in: packages/locomotor/src/core/locomotor.ts:29
rayGravity?
optional
rayGravity:number
Defined in: packages/locomotor/src/core/locomotor.ts:28
updateFrequency?
optional
updateFrequency:number
Defined in: packages/locomotor/src/core/locomotor.ts:27
useWorker?
optional
useWorker:boolean
Defined in: packages/locomotor/src/core/locomotor.ts:32