949 B
949 B
EventBubble
Inherits: Event
Description
Abstract Event to represent events that move "bubble" up the Node tree.
Properties
Name | Type | Default |
---|---|---|
bubbling | bool | true |
target | Node |
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.