Class: InteractionEvent

InteractionEvent

Event class that mimics native DOM events.

new InteractionEvent ()

InteractionEvent constructor

Members

currentTarget Object3D

The object whose event listener’s callback is currently being invoked.

InteractionData related to this event

intersects Intersects

ray caster detial from 3d-mesh

stopped boolean

Whether this event will continue propagating in the tree

target Object3D

The object which caused this event to be dispatched.

type string

Type of the event

Methods

stopPropagation ()

Prevents event from reaching any objects other than the current object.