bubbles
Returns whether this event type bubbles up in the event propagation path during the BubbleUp phase.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool bubbles { get; protected set; }
Remarks
Refer to the Dispatch events manual page for more information and examples.
Additional Resources: PropagationPhase.BubbleUp