Interface: RaycastHit
Result returned by raycastBodies — the index of the first body hit and the raw THREE intersection for callers that need the exact point or object.
Properties
bodyIndex
ts
bodyIndex: number;intersection
ts
intersection: Intersection;