intersectionleave
("intersectionleave", (Z.Object) => void): this;
Emitted when the raycaster is no longer intersecting with an object that it had been previously.
Returns
this
Handler Function
When the intersectionleave
event is fired, attached handler functions are called with a single argument, the Z.Object node it was intersecting.