Skip to content

EventBubble

Inherits: Event

Description

Abstract Event to represent events that move "bubble" up the Node tree.

Properties

NameTypeDefault
bubblingbooltrue
targetNode

Property Descriptions

bubbling: bool

If set to false, the event will stop bubbling up the Node tree.

target: Node

The Node that caused the event to start.