HasTrickleDownHandlers()
Returns true if event handlers, for the event propagation TrickleDown phase, are attached to this object.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
bool HasTrickleDownHandlers()
Returns
Type | Description |
|---|---|
| bool | True if the object already has event handlers for the TrickleDown phase. |