Interface: RaycastResult
Defined in: packages/locomotor/src/core/locomotor.ts:40
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
distance?
optionaldistance:number
Defined in: packages/locomotor/src/core/locomotor.ts:44
hit
hit:
boolean
Defined in: packages/locomotor/src/core/locomotor.ts:41
normal?
optionalnormal:Vector3
Defined in: packages/locomotor/src/core/locomotor.ts:43
point?
optionalpoint:Vector3
Defined in: packages/locomotor/src/core/locomotor.ts:42