Skip to main content

PostDebugDrawEvent

The 'postdebugdraw' event is emitted on actors, scenes, and engine after debug drawing starts.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

publicctx

publicinheritedother

other: Engine<any> | Entity<any> | Scene<unknown> | Actor | null = null

Other target object for this event

publicself

self: Engine<any> | Entity<any> | Scene<unknown> | Actor

publicinheritedtarget

target: Engine<any> | Entity<any> | Scene<unknown> | Actor

Target object for this event.

Accessors

publicinheritedbubbles

  • 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

  • Parameters

    • value: boolean

    Returns void

Methods

publicinheritedstopPropagation

  • stopPropagation(): void
  • Prevents event from bubbling


    Returns void