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