Options
All
  • Public
  • Public/Protected
  • All
Menu

The 'preupdate' event is emitted on actors, scenes, camera, and engine before the update starts.

Type parameters

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

delta: number
engine: Engine
other: T

Other target object for this event

target: T

Target object for this event.

Accessors

  • get bubbles(): boolean
  • set bubbles(value: boolean): void
  • If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.

    Returns boolean

  • If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.

    Parameters

    • value: boolean

    Returns void

Methods

  • stopPropagation(): void