Class: InteractionEvent

InteractionEvent

Event class that mimics native DOM events.

new InteractionEvent()

InteractionEvent constructor

Members

currentTargetObject3D

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

InteractionData related to this event

stoppedboolean

Whether this event will continue propagating in the tree

targetObject3D

The object which caused this event to be dispatched.

typestring

Type of the event

Methods

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