Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IActionEvent

Interface used to define ActionEvent

Hierarchy

  • IActionEvent

Implemented by

Index

Properties

Optional additionalDataSearch playground for additionalData

additionalData: any

additional data for the event

meshUnderPointerSearch playground for meshUnderPointer

meshUnderPointer: Nullable<AbstractMesh>

The mesh that is currently pointed at (can be null)

pointerXSearch playground for pointerX

pointerX: number

The X mouse cursor position at the time of the event

pointerYSearch playground for pointerY

pointerY: number

The Y mouse cursor position at the time of the event

sourceSearch playground for source

source: any

The mesh or sprite that triggered the action

Optional sourceEventSearch playground for sourceEvent

sourceEvent: any

the original (browser) event that triggered the ActionEvent

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method