intersectionenter
("intersectionenter", (IntersectionEvent) => void): this;
Emitted when the raycaster first intersects with an object.
Returns
this
Handler Function
When the intersectionenter
event is fired, attached handler functions are called with a single argument, an IntersectionEvent.