intersectionleave
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
("intersectionleave", () => void): this;
Emitted when the object is no longer being intersected by a raycaster that it had been previously.
Returns
Section titled “Returns”this
Handler Function
Section titled “Handler Function”When the intersectionleave
event is fired, attached handler functions are called with a no arguments.
Example
Section titled “Example”symbol.nodes.Plane.on("intersectionleave", () => { // Runs when intersectionleave occurs on the Plane node
});