immersive-home/docs/reference/EventBubble.md
2024-03-17 00:14:31 +01:00

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.