new PIXI.interaction.InteractionEvent()
Members
-
currentTargetPIXI.DisplayObject
-
The object whose event listener’s callback is currently being invoked.
-
stoppedboolean
-
Whether this event will continue propagating in the tree
-
targetPIXI.DisplayObject
-
The object which caused this event to be dispatched.
For listener callback see PIXI.interaction.InteractionEvent.currentTarget.
Methods
-
stopPropagation()
-
Prevents event from reaching any objects other than the current object.