new InteractionEvent()
InteractionEvent constructor
Members
-
currentTargetObject3D
-
The object whose event listener’s callback is currently being invoked.
-
dataInteractionData
-
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
-
stopPropagation()
-
Prevents event from reaching any objects other than the current object.