Type Alias ThreeIntersectionList

ThreeIntersectionList: THREE.Intersection<
    THREE.Object3D<THREE.Object3DEventMap>,
>[]

Type alias for an array of THREE.Intersection objects.