Options
All
  • Public
  • Public/Protected
  • All
Menu

Event class that mimics native DOM events.

memberof

PIXI

Hierarchy

  • InteractionEvent

Index

Constructors

constructor

  • Returns InteractionEvent

Properties

currentTarget

currentTarget: DisplayObject

data

stopPropagationHint

stopPropagationHint: boolean

stopped

stopped: boolean

stopsPropagatingAt

stopsPropagatingAt: DisplayObject

target

type

type: string

Methods

reset

  • reset(): void
  • Resets the event.

    Returns void

stopPropagation

  • stopPropagation(): void
  • Prevents event from reaching any objects other than the current object.

    Returns void

Generated using TypeDoc