HasBubbleUpHandlers()
Return true if event handlers for the event propagation BubbleUp phase have been attached to this object.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool HasBubbleUpHandlers()
Returns
Type | Description |
|---|---|
| bool | True if the object has event handlers for the BubbleUp phase. |