currentTarget
The current target of the event. The current target is the element in the propagation path for which event handlers are currently being executed.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override IEventHandler currentTarget { get; }