TrickleDown
Use this enum to specify during which phases the event handler is executed.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum TrickleDown
Fields
Value | Description |
|---|---|
| NoTrickleDown | The event handler should be executed during the AtTarget and BubbleUp phases. |
| TrickleDown | The event handler should be executed during the AtTarget and TrickleDown phases. |